Uses of Class
nu.validator.saxtree.PrefixMapping
Packages that use PrefixMapping
Package
Description
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 PrefixMappingModifier and TypeFieldDescriptionprivate final List<PrefixMapping> Element.prefixMappingsThe namespace prefix mappings.private List<PrefixMapping> TreeBuilder.prefixMappingsThe prefix mappings for the next element to be inserted.Methods in nu.validator.saxtree that return types with arguments of type PrefixMappingModifier and TypeMethodDescriptionElement.getPrefixMappings()Returns the prefixMappings.Node.getPrefixMappings()Returns the prefixMappings.Constructor parameters in nu.validator.saxtree with type arguments of type PrefixMappingModifierConstructorDescriptionElement(Locator locator, String uri, String localName, String qName, Attributes atts, boolean retainAttributes, List<PrefixMapping> prefixMappings) The contructor.