| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xerces.impl.xs.opti.DefaultNodeorg.apache.xerces.impl.xs.opti.NodeImplorg.apache.xerces.impl.xs.opti.DefaultElementConstructor Summary | |
| |
Method Summary | |
String |
|
String |
|
Attr |
|
Attr |
|
NodeList |
|
NodeList |
|
TypeInfo | |
String | |
boolean |
|
boolean |
|
void |
|
void |
|
Attr |
|
void |
|
void |
|
Attr |
|
Attr |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.xerces.impl.xs.opti.NodeImpl | |
getLocalName, getNamespaceURI, getNodeName, getNodeType, getPrefix, getReadOnly, setReadOnly | |
Methods inherited from class org.apache.xerces.impl.xs.opti.DefaultNode | |
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData | |
public DefaultElement()
public DefaultElement(String prefix,
String localpart,
String rawname,
String uri,
short nodeType)public String getAttribute(String name)
public String getAttributeNS(String namespaceURI,
String localName)public Attr getAttributeNode(String name)
public Attr getAttributeNodeNS(String namespaceURI,
String localName)public NodeList getElementsByTagName(String name)
public NodeList getElementsByTagNameNS(String namespaceURI,
String localName)public TypeInfo getSchemaTypeInfo()
public String getTagName()
public boolean hasAttribute(String name)
public boolean hasAttributeNS(String namespaceURI,
String localName)public void removeAttribute(String name)
throws DOMExceptionpublic void removeAttributeNS(String namespaceURI,
String localName)
throws DOMExceptionpublic Attr removeAttributeNode(Attr oldAttr)
throws DOMExceptionpublic void setAttribute(String name,
String value)
throws DOMExceptionpublic void setAttributeNS(String namespaceURI,
String qualifiedName,
String value)
throws DOMExceptionpublic Attr setAttributeNode(Attr newAttr)
throws DOMExceptionpublic Attr setAttributeNodeNS(Attr newAttr)
throws DOMExceptionpublic void setIdAttribute(String name,
boolean makeId)
throws DOMExceptionpublic void setIdAttributeNS(String namespaceURI,
String localName,
boolean makeId)
throws DOMExceptionpublic void setIdAttributeNode(Attr at,
boolean makeId)
throws DOMException