Package org.smooks.engine.xml
Class NamespaceManager
- java.lang.Object
-
- org.smooks.engine.xml.NamespaceManager
-
public class NamespaceManager extends Object
Namespace Mappings. This handler loads namespace prefix-to-uri mappings into theApplicationContext
.- Author:
- tom.fennelly@jboss.com
-
-
Field Summary
Fields Modifier and Type Field Description static TypedKey<NamespaceDeclarationStack>
NAMESPACE_DECLARATION_STACK_TYPED_KEY
-
Constructor Summary
Constructors Constructor Description NamespaceManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
postConstruct()
Load the namespace prefix-to-uri mappings into theApplicationContext
.
-
-
-
Field Detail
-
NAMESPACE_DECLARATION_STACK_TYPED_KEY
public static final TypedKey<NamespaceDeclarationStack> NAMESPACE_DECLARATION_STACK_TYPED_KEY
-
-
Method Detail
-
postConstruct
@PostConstruct public void postConstruct() throws org.jaxen.saxpath.SAXPathException
Load the namespace prefix-to-uri mappings into theApplicationContext
.- Throws:
org.jaxen.saxpath.SAXPathException
-
-