Method Summary |
|
public ASObject | cloneASObject(boolean deep) Creates a copy of this ASObject . |
public short | getAsNodeType() A code representing the underlying object as defined above. |
public String | getLocalName() Returns the local part of the qualified name of this
ASObject . |
public String | getNamespaceURI() The namespace URI of this node, or null if it is
unspecified. |
public String | getNodeName() The name of this ASObject depending on the
ASObject type. |
public ASModel | getOwnerASModel() The ASModel object associated with this
ASObject . |
public String | getPrefix() The namespace prefix of this node, or null if it is
unspecified. |
public void | setLocalName(String localName) Returns the local part of the qualified name of this
ASObject . |
public void | setNamespaceURI(String namespaceURI) The namespace URI of this node, or null if it is
unspecified. |
public void | setNodeName(String nodeName) The name of this ASObject depending on the
ASObject type. |
public void | setOwnerASModel(ASModel ownerASModel) The ASModel object associated with this
ASObject . |
public void | setPrefix(String prefix) The namespace prefix of this node, or null if it is
unspecified. |