|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrefixMapping | |
---|---|
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 | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |