Package | Description |
---|---|
nu.validator.saxtree |
This package provides SAX Tree: a tree model optimized for creation from SAX
events and replay as SAX events.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<PrefixMapping> |
Element.prefixMappings
The namespace prefix mappings.
|
private java.util.List<PrefixMapping> |
TreeBuilder.prefixMappings
The prefix mappings for the next element to be inserted.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PrefixMapping> |
Element.getPrefixMappings()
Returns the prefixMappings.
|
java.util.List<PrefixMapping> |
Node.getPrefixMappings()
Returns the prefixMappings.
|
Constructor and 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.
|