Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementDefinitionImpl
public class ElementDefinitionImpl
extends ParentNode
Field Summary | |
protected NamedNodeMapImpl |
|
protected String |
|
Fields inherited from class org.apache.xerces.dom.ParentNode | |
fNodeListCache , firstChild , ownerDocument |
Fields inherited from class org.apache.xerces.dom.ChildNode | |
nextSibling , previousSibling |
Constructor Summary | |
|
Method Summary | |
org.w3c.dom.Node |
|
org.w3c.dom.NamedNodeMap |
|
String |
|
short |
|
Methods inherited from class org.apache.xerces.dom.ParentNode | |
cloneNode , getChildNodes , getChildNodesUnoptimized , getFirstChild , getLastChild , getLength , getOwnerDocument , getTextContent , hasChildNodes , insertBefore , isEqualNode , item , normalize , removeChild , replaceChild , setOwnerDocument , setReadOnly , setTextContent , synchronizeChildren |
Methods inherited from class org.apache.xerces.dom.ChildNode | |
cloneNode , getNextSibling , getParentNode , getPreviousSibling |
public ElementDefinitionImpl(CoreDocumentImpl ownerDocument, String name)
Factory constructor.
public org.w3c.dom.Node cloneNode(boolean deep)
Replicate this object.
- Specified by:
- cloneNode in interface org.w3c.dom.Node
- Overrides:
- cloneNode in interface ParentNode
public org.w3c.dom.NamedNodeMap getAttributes()
Query the attributes defined on this Element. In the base implementation this Map simply contains Attribute objects representing the defaults. In a more serious implementation, it would contain AttributeDefinitionImpl objects for all declared Attributes, indicating which are Default, DefaultFixed, Implicit and/or Required.
- Specified by:
- getAttributes in interface org.w3c.dom.Node
- Overrides:
- getAttributes in interface NodeImpl
- Returns:
- org.w3c.dom.NamedNodeMap containing org.w3c.dom.Attribute
public String getNodeName()
Returns the element definition name
- Specified by:
- getNodeName in interface org.w3c.dom.Node
- Overrides:
- getNodeName in interface NodeImpl
public short getNodeType()
A short integer indicating what type of node this is. The named constants for this value are defined in the org.w3c.dom.Node interface.
- Specified by:
- getNodeType in interface org.w3c.dom.Node
- Overrides:
- getNodeType in interface NodeImpl