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 | Method and Description |
---|---|
List<PrefixMapping> |
Element.getPrefixMappings()
Returns the prefixMappings.
|
List<PrefixMapping> |
Node.getPrefixMappings()
Returns the prefixMappings.
|
Constructor and Description |
---|
Element(Locator locator,
String uri,
String localName,
String qName,
Attributes atts,
boolean retainAttributes,
List<PrefixMapping> prefixMappings)
The contructor.
|
Copyright © 2017. All rights reserved.