Uses of Class
ch.rabanti.nanoxlsx4j.lowLevel.XmlDocument.XmlNode
Packages that use XmlDocument.XmlNode
-
Uses of XmlDocument.XmlNode in ch.rabanti.nanoxlsx4j.lowLevel
Methods in ch.rabanti.nanoxlsx4j.lowLevel that return XmlDocument.XmlNodeModifier and TypeMethodDescriptionXmlDocument.XmlNodeList.get(int index) Gets an XML node at the given indexXmlDocument.getDocumentElement()Gets the root node of the XML documentstatic XmlDocument.XmlNodeXmlDocument.XmlNode.loadXmlNode(XMLStreamReader reader) Static method to resolve attributes and sub-nodes recursivelyXmlDocument.XmlNodeList.next()Methods in ch.rabanti.nanoxlsx4j.lowLevel that return types with arguments of type XmlDocument.XmlNodeMethods in ch.rabanti.nanoxlsx4j.lowLevel with parameters of type XmlDocument.XmlNodeModifier and TypeMethodDescriptionvoidXmlDocument.XmlNodeList.add(XmlDocument.XmlNode node) Adds an XML node to the node listMethod parameters in ch.rabanti.nanoxlsx4j.lowLevel with type arguments of type XmlDocument.XmlNodeModifier and TypeMethodDescriptionvoidXmlDocument.XmlNodeList.addRange(List<XmlDocument.XmlNode> list) Adds a list of XML nodes to the node listvoidXmlDocument.XmlNodeList.forEach(Consumer<? super XmlDocument.XmlNode> action)