Uses of Class
nu.validator.saxtree.PrefixMapping
-
Packages that use PrefixMapping Package Description nu.validator.saxtree This package provides SAX Tree: a tree model optimized for creation from SAX events and replay as SAX events. -
-
Uses of PrefixMapping in nu.validator.saxtree
Methods in nu.validator.saxtree that return types with arguments of type PrefixMapping Modifier and Type Method Description java.util.List<PrefixMapping>
Element. getPrefixMappings()
Returns the prefixMappings.java.util.List<PrefixMapping>
Node. getPrefixMappings()
Returns the prefixMappings.Constructor parameters in nu.validator.saxtree with type arguments of type PrefixMapping Constructor Description Element(org.xml.sax.Locator locator, java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts, boolean retainAttributes, java.util.List<PrefixMapping> prefixMappings)
The contructor.
-