xmldocument
- 网络对象;文件;xml文档
xmldocument
-
Remember the discussion about the XmlDocument class earlier in this article ?
是否记得上文中有关XmlDocument类的讨论?
-
Documents of type XMLDocument are not decomposed into the logical model .
XMLDocument类型的文档不分解为逻辑模型。
-
Individual nodes are selected from the XMLDocument object and stored in the XMLNodeList object .
从XMLDocument对象中选中单独的节点并存储在XMLNodeList对象中。
-
It 's certainly true that JAXP could provide a method on the factory to do all this for you , perhaps something like validate ( Source schema , Source xmlDocument ) .
让JAXP提供一个工厂方法来完成这一切是完全可能的,比方说validate(Sourceschema,SourcexmlDocument)这样的方法。