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 org.smooks.api.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 voidpostConstruct()Load the namespace prefix-to-uri mappings into theApplicationContext.
-
-
-
Field Detail
-
NAMESPACE_DECLARATION_STACK_TYPED_KEY
public static final org.smooks.api.TypedKey<NamespaceDeclarationStack> NAMESPACE_DECLARATION_STACK_TYPED_KEY
-
-