| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isId |
protected String |
localName |
protected String |
prefix |
protected String |
value |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE| Constructor and Description |
|---|
XMLAttribute(XMLDocument doc,
String prefix,
String localName,
String value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XMLAttribute |
cloneNode(boolean deep) |
String |
getLocalName() |
String |
getName() |
String |
getNamespaceURI() |
String |
getNodeName() |
short |
getNodeType() |
String |
getNodeValue() |
XMLElement |
getOwnerElement() |
String |
getPrefix() |
TypeInfo |
getSchemaTypeInfo() |
boolean |
getSpecified() |
String |
getTextContent() |
String |
getValue() |
boolean |
isId() |
void |
setNodeValue(String nodeValue) |
void |
setPrefix(String prefix) |
void |
setTextContent(String textContent) |
void |
setValue(String value) |
appendChild, cloned, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getOwnerDocument, getParentNode, getPreviousSibling, getUserData, hasAttributes, hasChildNodes, insertBefore, isAncestor, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setParent, setUserDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendChild, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getOwnerDocument, getParentNode, getPreviousSibling, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setUserDataprotected String prefix
protected String localName
protected String value
protected boolean isId
public XMLAttribute(XMLDocument doc, String prefix, String localName, String value)
public XMLAttribute cloneNode(boolean deep)
public short getNodeType()
getNodeType in interface Nodepublic String getPrefix()
public void setPrefix(String prefix)
public String getLocalName()
getLocalName in interface NodegetLocalName in class XMLNodepublic String getNodeName()
getNodeName in interface Nodepublic String getNodeValue()
getNodeValue in interface NodegetNodeValue in class XMLNodepublic void setNodeValue(String nodeValue)
setNodeValue in interface NodesetNodeValue in class XMLNodepublic XMLElement getOwnerElement()
getOwnerElement in interface Attrpublic boolean getSpecified()
getSpecified in interface Attrpublic String getNamespaceURI()
getNamespaceURI in interface NodegetNamespaceURI in class XMLNodepublic TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo in interface Attrpublic String getTextContent()
getTextContent in interface Nodepublic void setTextContent(String textContent)
setTextContent in interface NodeCopyright © 2019. All rights reserved.