Modifier and Type | Field and Description |
---|---|
pack-priv String | |
pack-priv short | |
pack-priv String | |
pack-priv String | |
pack-priv String |
Access | Constructor and Description |
---|---|
public | |
public |
localpart | back to summary |
---|---|
pack-priv String localpart |
nodeType | back to summary |
---|---|
pack-priv short nodeType |
prefix | back to summary |
---|---|
pack-priv String prefix |
rawname | back to summary |
---|---|
pack-priv String rawname |
uri | back to summary |
---|---|
pack-priv String uri |
NodeImpl | back to summary |
---|---|
public NodeImpl() |
NodeImpl | back to summary |
---|---|
public NodeImpl(String prefix, String localpart, String rawname, String uri, short nodeType) |
getLocalName | back to summary |
---|---|
public String getLocalName() Overrides com. Implements org. Doc from org. Returns the local part of the qualified name of this node.
|
getNamespaceURI | back to summary |
---|---|
public String getNamespaceURI() Overrides com. Implements org. Doc from org. The namespace URI of this node, or Note Per the Namespaces in XML Specification [XML Namespaces] an attribute does not inherit its namespace from the element it is attached to. If an attribute is not explicitly given a namespace, it simply has no namespace. |
getNodeName | back to summary |
---|---|
public String getNodeName() Overrides com. Implements org. Doc from org. The name of this node, depending on its type; see the table above. |
getNodeType | back to summary |
---|---|
public short getNodeType() Overrides com. Implements org. Doc from org. A code representing the type of the underlying object, as defined above. |
getPrefix | back to summary |
---|---|
public String getPrefix() Overrides com. Implements org. Doc from org. The namespace prefix of this node, or |
getReadOnly | back to summary |
---|---|
public boolean getReadOnly() |
setReadOnly | back to summary |
---|---|
public void setReadOnly(boolean hide, boolean deep) |