Package com.simonstl.namespace.attributes

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

See:
          Description

Class Summary
AttribFilterTester This class tests AttribNamespaceFilter.
AttribNamespaceFilter A filter which forcibly namespace-qualifies unqualified elements according to a set of inclusion or exclusion rules.
AttribReplFilterTester This class tests AttribReplNamespaceFilter.
AttribReplNamespaceFilter A filter which replaces namespaces according to a set of rules.
AttribReplRulesLoader This class loads the information stored in a rules document for use in namespace replacement.
AttribRulesLoader This class loads the information stored in a rules document for use in namespace modification.
AttribStripFilterTester This class tests AttribStripNamespaceFilter.
AttribStripNamespaceFilter A filter which forcibly removes namespace information from namespace-qualified elements according to a set of inclusion or exclusion rules.
AttribStripRulesLoader This class loads the information stored in a rules document for use in fragment filtering.
 

Package com.simonstl.namespace.attributes Description

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