|
||||||||||
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 |
---|
Fields in nu.validator.saxtree with type parameters of type PrefixMapping | |
---|---|
private List<PrefixMapping> |
TreeBuilder.prefixMappings
|
private List<PrefixMapping> |
Element.prefixMappings
|
Methods in nu.validator.saxtree that return types with arguments of type PrefixMapping | |
---|---|
List<PrefixMapping> |
Node.getPrefixMappings()
Returns the prefixMappings. |
List<PrefixMapping> |
Element.getPrefixMappings()
Returns the prefixMappings. |
Constructor parameters in nu.validator.saxtree with type arguments of type PrefixMapping | |
---|---|
Element(Locator locator,
String uri,
String localName,
String qName,
Attributes atts,
boolean retainAttributes,
List<PrefixMapping> prefixMappings)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |