org.apache.camel.builder.xml
Class Namespaces
java.lang.Object
org.apache.camel.builder.xml.Namespaces
public class Namespaces
- extends Object
- Version:
- $Revision: $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_NAMESPACE
public static final String DEFAULT_NAMESPACE
- See Also:
- Constant Field Values
IN_NAMESPACE
public static final String IN_NAMESPACE
- See Also:
- Constant Field Values
OUT_NAMESPACE
public static final String OUT_NAMESPACE
- See Also:
- Constant Field Values
SYSTEM_PROPERTIES_NAMESPACE
public static final String SYSTEM_PROPERTIES_NAMESPACE
- See Also:
- Constant Field Values
ENVIRONMENT_VARIABLES
public static final String ENVIRONMENT_VARIABLES
- See Also:
- Constant Field Values
EXCHANGE_PROPERTY
public static final String EXCHANGE_PROPERTY
- See Also:
- Constant Field Values
isMatchingNamespaceOrEmptyNamespace
public static boolean isMatchingNamespaceOrEmptyNamespace(String namespaceURI,
String expectedNamespace)
- Returns true if the given namespaceURI is empty or if it matches the
given expected namespace
Copyright © 2007 Apache Software Foundation. All Rights Reserved.