com.oakgrovesystems.reactor
Class ReactorNamespaces
java.lang.Object
|
+--com.oakgrovesystems.reactor.ReactorNamespaces
- public class ReactorNamespaces
- extends java.lang.Object
Method Summary |
static org.jdom.Namespace |
get(java.lang.String name)
This is a kludge. |
static java.lang.String |
getString()
This returns the namespace definitions for all known namespaces,
suitable for inclusion as attributes in an XML root element. |
static java.lang.String |
getXmlns(java.lang.String name)
This is a kludge. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REACTOR_COMMON
public static org.jdom.Namespace REACTOR_COMMON
PROCESS
public static org.jdom.Namespace PROCESS
POLICY
public static org.jdom.Namespace POLICY
STATUS
public static org.jdom.Namespace STATUS
OPERAND
public static org.jdom.Namespace OPERAND
ReactorNamespaces
public ReactorNamespaces()
getString
public static java.lang.String getString()
- This returns the namespace definitions for all known namespaces,
suitable for inclusion as attributes in an XML root element.
get
public static org.jdom.Namespace get(java.lang.String name)
- This is a kludge.
The URI is just the name of the namespace with ".dtd" appended.
getXmlns
public static java.lang.String getXmlns(java.lang.String name)
- This is a kludge.
The URI is just the name of the namespace with ".dtd" appended.
Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.