Uses of Class
com.topologi.diffx.xml.XMLWriterNSImpl.PrefixMapping
Packages that use XMLWriterNSImpl.PrefixMapping
-
Uses of XMLWriterNSImpl.PrefixMapping in com.topologi.diffx.xml
Fields in com.topologi.diffx.xml declared as XMLWriterNSImpl.PrefixMappingModifier and TypeFieldDescriptionprivate static final XMLWriterNSImpl.PrefixMappingXMLWriterNSImpl.DEFAULT_NSThe default namespace mapped to the empty prefix.Fields in com.topologi.diffx.xml with type parameters of type XMLWriterNSImpl.PrefixMappingModifier and TypeFieldDescriptionprivate final List<XMLWriterNSImpl.PrefixMapping>XMLWriterNSImpl.Element.mappingsA list of prefix mappings for this element.private List<XMLWriterNSImpl.PrefixMapping>XMLWriterNSImpl.tempMappingThe list of prefix mappings to be associated with the next element.Constructor parameters in com.topologi.diffx.xml with type arguments of type XMLWriterNSImpl.PrefixMappingModifierConstructorDescriptionElement(String qName, boolean hasChildren, List<XMLWriterNSImpl.PrefixMapping> mappings) Creates a new Element.