The method getTextContent() is undefined for the type Node
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

 

J2EE里的xml-apis.jar下的org.w3c.dom干扰了Java的类查找.使用JDK的包就好了,方法是,调整Jar库的优先级,如下图:

 

<?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" />The method getTextContent() is undefined for the type Node

转载于:https://blog.51cto.com/kevdmx/705942

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2021-06-04
猜你喜欢
  • 2021-04-22
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
相关资源
相似解决方案