Package org.apache.struts2.result.xslt
Class AbstractAdapterElement
java.lang.Object
org.apache.struts2.result.xslt.AbstractAdapterNode
org.apache.struts2.result.xslt.AbstractAdapterElement
- All Implemented Interfaces:
- AdapterNode,- Element,- Node
- Direct Known Subclasses:
- ArrayAdapter,- BeanAdapter,- CollectionAdapter,- MapAdapter,- StringAdapter
AbstractAdapterElement extends the abstract Node type and implements
 the DOM Element interface.
- 
Field SummaryFields inherited from interface org.w3c.dom.NodeATTRIBUTE_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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetAttribute(String string) No attributes, return empty attributes if asked.getAttributeNode(String name) getAttributeNodeNS(String string, String string1) getAttributeNS(String string, String string1) shortbooleanhasAttribute(String string) booleanhasAttributeNS(String string, String string1) booleanvoidremoveAttribute(String string) removeAttributeNode(Attr attr) voidremoveAttributeNS(String string, String string1) voidsetAttribute(String string, String string1) setAttributeNode(Attr attr) setAttributeNodeNS(Attr attr) voidsetAttributeNS(String string, String string1, String string2) voidsetIdAttribute(String string, boolean b) voidsetIdAttributeNode(Attr attr, boolean b) voidsetIdAttributeNS(String string, String string1, boolean b) Methods inherited from class org.apache.struts2.result.xslt.AbstractAdapterNodeappendChild, buildChildAdapters, cloneNode, compareDocumentPosition, getAdapterFactory, getAttributes, getBaseURI, getChildAdapters, getChildAfter, getChildBefore, getChildBeforeOrAfter, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParent, getParentNode, getPrefix, getPreviousSibling, getPropertyName, getPropertyValue, getTextContent, getUserData, hasAttributes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, operationNotSupported, removeChild, replaceChild, setAdapterFactory, setContext, setNodeValue, setParent, setPrefix, setPropertyName, setPropertyValue, setTextContent, setUserData, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.w3c.dom.ElementgetElementsByTagName, getElementsByTagNameNSMethods inherited from interface org.w3c.dom.NodeappendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
- 
Constructor Details- 
AbstractAdapterElementprotected AbstractAdapterElement()
 
- 
- 
Method Details- 
setAttribute- Specified by:
- setAttributein interface- Element
- Throws:
- DOMException
 
- 
getAttributeAdapters
- 
buildAttributeAdapters
- 
getAttributeNo attributes, return empty attributes if asked.- Specified by:
- getAttributein interface- Element
 
- 
setAttributeNS- Specified by:
- setAttributeNSin interface- Element
- Throws:
- DOMException
 
- 
getAttributeNS- Specified by:
- getAttributeNSin interface- Element
 
- 
setAttributeNode- Specified by:
- setAttributeNodein interface- Element
- Throws:
- DOMException
 
- 
getAttributeNode- Specified by:
- getAttributeNodein interface- Element
 
- 
setAttributeNodeNS- Specified by:
- setAttributeNodeNSin interface- Element
- Throws:
- DOMException
 
- 
getAttributeNodeNS- Specified by:
- getAttributeNodeNSin interface- Element
 
- 
getNodeName- Specified by:
- getNodeNamein interface- Node
- Overrides:
- getNodeNamein class- AbstractAdapterNode
 
- 
getNodeTypepublic short getNodeType()- Specified by:
- getNodeTypein interface- Node
- Overrides:
- getNodeTypein class- AbstractAdapterNode
 
- 
getTagName- Specified by:
- getTagNamein interface- Element
 
- 
hasAttribute- Specified by:
- hasAttributein interface- Element
 
- 
hasAttributeNS- Specified by:
- hasAttributeNSin interface- Element
 
- 
hasChildNodespublic boolean hasChildNodes()- Specified by:
- hasChildNodesin interface- Node
- Overrides:
- hasChildNodesin class- AbstractAdapterNode
 
- 
removeAttribute- Specified by:
- removeAttributein interface- Element
- Throws:
- DOMException
 
- 
removeAttributeNS- Specified by:
- removeAttributeNSin interface- Element
- Throws:
- DOMException
 
- 
removeAttributeNode- Specified by:
- removeAttributeNodein interface- Element
- Throws:
- DOMException
 
- 
setIdAttributeNode- Specified by:
- setIdAttributeNodein interface- Element
- Throws:
- DOMException
 
- 
getSchemaTypeInfo- Specified by:
- getSchemaTypeInfoin interface- Element
 
- 
setIdAttribute- Specified by:
- setIdAttributein interface- Element
- Throws:
- DOMException
 
- 
setIdAttributeNS- Specified by:
- setIdAttributeNSin interface- Element
- Throws:
- DOMException
 
 
-