| java.lang.Object org.enhydra.xml.NodeImpl org.enhydra.xml.ElementImpl org.enhydra.xml.HashMapElement org.enhydra.xml.SearchElement org.enhydra.xml.XMLConfig
XMLConfig | public class XMLConfig extends SearchElement (Code) | | author: Tweety author: A class representing version: 1.0 |
Constructor Summary | |
public | XMLConfig() Constructs an empty SearchElement . | public | XMLConfig(Document ownerDoc, String name) Constructs an XMLConfig with the given
document owner and node name. | public | XMLConfig(Node node) | public | XMLConfig(XMLConfig node) Constructs a XMLConfig from the given node,
without creating entire children subtree. |
XMLConfig | public XMLConfig()(Code) | | Constructs an empty SearchElement .
|
XMLConfig | public XMLConfig(Document ownerDoc, String name)(Code) | | Constructs an XMLConfig with the given
document owner and node name.
Parameters: ownerDoc - the document owner of the node, as a Document . Parameters: nodeName - the name of the node, as a String . |
XMLConfig | public XMLConfig(Node node)(Code) | | Constructs an XMLConfig from a given node
(creates the children subtree too), as a Node
node, as a Node . |
XMLConfig | public XMLConfig(XMLConfig node)(Code) | | Constructs a XMLConfig from the given node,
without creating entire children subtree.
element, as a XMLConfig . |
getSection | public XMLConfig getSection(String name)(Code) | | Returns XMLConfig as a subconfiguration with the given condition.
Parameters: document - document ant type of node. |
newElementInstance | protected Node newElementInstance(Node node)(Code) | | Creates new instance of the XMLConfig class from the given Node .
node, as a Node . new instance of the XMLConfig class. |
newXMLConfigInstance | public static XMLConfig newXMLConfigInstance(Document document)(Code) | | Creates new instance of XMLConfig from a given document
as a Document
Parameters: document - document ant type of node. new instance of XMLConfig from a given document. |
Methods inherited from org.enhydra.xml.ElementImpl | protected void beginToString(StringBuffer sb, Indent indent)(Code)(Java Doc) public Node cloneNode(boolean deep)(Code)(Java Doc) public short compareDocumentPosition(Node arg0) throws DOMException(Code)(Java Doc) protected void endToString(StringBuffer sb, Indent indent)(Code)(Java Doc) public String getAttribute(String name)(Code)(Java Doc) public String getAttributeNS(String namespaceURI, String localName)(Code)(Java Doc) public Attr getAttributeNode(String name)(Code)(Java Doc) public Attr getAttributeNodeNS(String namespaceURI, String localName)(Code)(Java Doc) public NamedNodeMap getAttributes()(Code)(Java Doc) public String getBaseURI()(Code)(Java Doc) public NodeList getElementsByTagName(String name)(Code)(Java Doc) public NodeList getElementsByTagNameNS(String namespaceURI, String localName)(Code)(Java Doc) public Object getFeature(String arg0, String arg1)(Code)(Java Doc) public String getNamespaceURI()(Code)(Java Doc) public TypeInfo getSchemaTypeInfo()(Code)(Java Doc) public String getTagName()(Code)(Java Doc) public String getTextContent() throws DOMException(Code)(Java Doc) public Object getUserData(String arg0)(Code)(Java Doc) public boolean hasAttribute(String name)(Code)(Java Doc) public boolean hasAttributeNS(String namespaceURI, String localName)(Code)(Java Doc) public boolean hasAttributes()(Code)(Java Doc) public boolean hasElementChildNodes()(Code)(Java Doc) public Node insertBefore(Node newChild, Node refChild)(Code)(Java Doc) public boolean isDefaultNamespace(String arg0)(Code)(Java Doc) public boolean isEqualNode(Node arg0)(Code)(Java Doc) public boolean isSameNode(Node arg0)(Code)(Java Doc) public static boolean isValidName(String name)(Code)(Java Doc) public String lookupNamespaceURI(String arg0)(Code)(Java Doc) public String lookupPrefix(String arg0)(Code)(Java Doc) public static Element newInstance(Document document)(Code)(Java Doc) public void removeAttribute(String name)(Code)(Java Doc) public void removeAttributeNS(String namespaceURI, String localName)(Code)(Java Doc) public Attr removeAttributeNode(Attr oldAttr)(Code)(Java Doc) public Node removeChild(Node oldChild)(Code)(Java Doc) public Node replaceChild(Node newChild, Node oldChild)(Code)(Java Doc) public void setAttribute(String name, String value)(Code)(Java Doc) public void setAttributeNS(String namespaceURI, String qualifiedName, String value)(Code)(Java Doc) public Attr setAttributeNode(Attr newAttr) throws DOMException(Code)(Java Doc) public Attr setAttributeNodeNS(Attr newAttr)(Code)(Java Doc) public void setIdAttribute(String arg0, boolean arg1) throws DOMException(Code)(Java Doc) public void setIdAttributeNS(String arg0, String arg1, boolean arg2) throws DOMException(Code)(Java Doc) public void setIdAttributeNode(Attr arg0, boolean arg1) throws DOMException(Code)(Java Doc) public void setTextContent(String arg0) throws DOMException(Code)(Java Doc) public Object setUserData(String arg0, Object arg1, UserDataHandler arg2)(Code)(Java Doc)
|
|
|