Uses of Class
com.topologi.diffx.xml.XMLWriterNSImpl.Element
Packages that use XMLWriterNSImpl.Element
-
Uses of XMLWriterNSImpl.Element in com.topologi.diffx.xml
Fields in com.topologi.diffx.xml declared as XMLWriterNSImpl.ElementModifier and TypeFieldDescriptionprivate static final XMLWriterNSImpl.ElementXMLWriterNSImpl.ROOTThe root node.Fields in com.topologi.diffx.xml with type parameters of type XMLWriterNSImpl.ElementModifier and TypeFieldDescriptionprivate final List<XMLWriterNSImpl.Element>XMLWriterNSImpl.elementsA stack of elements to close the elements automatically.Methods in com.topologi.diffx.xml that return XMLWriterNSImpl.ElementModifier and TypeMethodDescriptionprivate XMLWriterNSImpl.ElementXMLWriterNSImpl.peekElement()Returns the last element in the list.private XMLWriterNSImpl.ElementXMLWriterNSImpl.popElement()Removes the last element in the list.Methods in com.topologi.diffx.xml with parameters of type XMLWriterNSImpl.ElementModifier and TypeMethodDescriptionprivate voidXMLWriterNSImpl.restorePrefixMapping(XMLWriterNSImpl.Element elt) Restores the prefix mapping after closing an element.