org.jbind.xml.dom3.core
Class DomUtil
java.lang.Object
org.jbind.xml.dom3.core.DomUtil
- public class DomUtil
- extends java.lang.Object
Method Summary |
static java.lang.String |
createKey(org.w3c.dom.Node aNode)
|
static java.lang.String |
createKey(java.lang.String aNamespaceUri,
java.lang.String aName)
Creates a key for the specified namespace and (local) name. |
static short[] |
getAllowedChildNodeTypes(short aNodeType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ourDocumentChildrenTypes
public static final short[] ourDocumentChildrenTypes
ourElementChildrenTypes
public static final short[] ourElementChildrenTypes
ourAttrChildrenTypes
public static final short[] ourAttrChildrenTypes
ourNoChildrenTypes
public static final short[] ourNoChildrenTypes
createKey
public static final java.lang.String createKey(java.lang.String aNamespaceUri,
java.lang.String aName)
- Creates a key for the specified namespace and (local) name.
createKey
public static final java.lang.String createKey(org.w3c.dom.Node aNode)
getAllowedChildNodeTypes
public static short[] getAllowedChildNodeTypes(short aNodeType)