Package com.simonstl.namespace.elements

A set of SAXFilters for modifying or removing the namespaces of elements.

See:
          Description

Class Summary
AddAttribTest A test of AddAttribute()
ContextStack The ContextStack class stores a stack of String values so that the ElementNamespaceFilter can keep track of multiple URI contexts during multi-level qualificiation.
ElementAnnotFilterTester This class tests ElementAnnotNamespaceFilter.
ElementAnnotNamespaceFilter A filter which adds context namespace information to unqualified elements according to a set of inclusion or exclusion rules.
ElementAnnotRulesLoader This class loads the information stored in a rules document for use in namespace modification.
ElementFilterTester This class tests ElementNamespaceFilter.
ElementNamespaceFilter A filter which forcibly namespace-qualifies unqualified elements according to a set of inclusion or exclusion rules.
ElementReplFilterTester This class tests ElementReplNamespaceFilter.
ElementReplNamespaceFilter A filter which replaces namespaces according to a set of rules.
ElementReplRulesLoader This class loads the information stored in a rules document for use in namespace replacement.
ElementRulesLoader This class loads the information stored in a rules document for use in namespace modification.
ElementStripFilterTester This class tests ElementStripNamespaceFilter.
ElementStripNamespaceFilter A filter which forcibly removes namespace information from elements according to a set of inclusion or exclusion rules.
ElementStripRulesLoader This class loads the information stored in a rules document for use in namespace modification.
 

Package com.simonstl.namespace.elements Description

A set of SAXFilters for modifying or removing the namespaces of elements.