|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jeuclid.dom.AbstractPartialNodeImpl
net.sourceforge.jeuclid.dom.AbstractPartialElementImpl.AttrImpl
public static class AbstractPartialElementImpl.AttrImpl
Partial implementation of Attr.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl |
|---|
AbstractPartialNodeImpl.NodeList |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
protected |
AbstractPartialElementImpl.AttrImpl(String nam,
String val,
Element own)
Create a new AttrImpl Element. |
| Method Summary | |
|---|---|
String |
getName()
|
String |
getNodeName()
|
short |
getNodeType()
|
String |
getNodeValue()
|
Element |
getOwnerElement()
|
TypeInfo |
getSchemaTypeInfo()
|
boolean |
getSpecified()
|
String |
getValue()
|
boolean |
isId()
|
void |
setValue(String val)
|
| Methods inherited from class net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
protected AbstractPartialElementImpl.AttrImpl(String nam,
String val,
Element own)
nam - name of the Attribute.val - value of the attribute.own - owner for the attribute.| Method Detail |
|---|
public String getName()
getName in interface Attrpublic Element getOwnerElement()
getOwnerElement in interface Attrpublic TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo in interface Attrpublic boolean getSpecified()
getSpecified in interface Attrpublic String getValue()
getValue in interface Attrpublic final String getNodeValue()
getNodeValue in interface NodegetNodeValue in class AbstractPartialNodeImplpublic boolean isId()
isId in interface Attrpublic void setValue(String val)
setValue in interface Attrpublic String getNodeName()
getNodeName in interface Nodepublic short getNodeType()
getNodeType in interface Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||