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