Fields Summary |
---|
public static final short | AS_ELEMENT_DECLARATIONThe node is an ASElementDeclaration . |
public static final short | AS_ATTRIBUTE_DECLARATIONThe node is an ASAttributeDeclaration . |
public static final short | AS_NOTATION_DECLARATIONThe node is a ASNotationDeclaration . |
public static final short | AS_ENTITY_DECLARATIONThe node is an ASEntityDeclaration . |
public static final short | AS_CONTENTMODELThe node is a ASContentModel . |
public static final short | AS_MODELThe node is a ASModel . |
Methods Summary |
---|
public com.sun.org.apache.xerces.internal.dom3.as.ASObject | cloneASObject(boolean deep)Creates a copy of this ASObject . See text for
cloneNode off of Node but substitute AS
functionality.
|
public short | getAsNodeType()A code representing the underlying object as defined above.
|
public java.lang.String | getLocalName()Returns the local part of the qualified name of this
ASObject .
|
public java.lang.String | getNamespaceURI()The namespace URI of this node, or null if it is
unspecified. defines how a namespace URI is attached to schema
components.
|
public java.lang.String | getNodeName()The name of this ASObject depending on the
ASObject type.
|
public ASModel | getOwnerASModel()The ASModel object associated with this
ASObject . For a node of type AS_MODEL , this
is null .
|
public java.lang.String | getPrefix()The namespace prefix of this node, or null if it is
unspecified.
|
public void | setLocalName(java.lang.String localName)Returns the local part of the qualified name of this
ASObject .
|
public void | setNamespaceURI(java.lang.String namespaceURI)The namespace URI of this node, or null if it is
unspecified. defines how a namespace URI is attached to schema
components.
|
public void | setNodeName(java.lang.String nodeName)The name of this ASObject depending on the
ASObject type.
|
public void | setOwnerASModel(ASModel ownerASModel)The ASModel object associated with this
ASObject . For a node of type AS_MODEL , this
is null .
|
public void | setPrefix(java.lang.String prefix)The namespace prefix of this node, or null if it is
unspecified.
|