|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.AbstractNode | +--org.apache.batik.dom.AbstractParentNode | +--org.apache.batik.dom.AbstractParentChildNode | +--org.apache.batik.dom.AbstractElement | +--org.apache.batik.dom.svg.AbstractElement | +--org.apache.batik.extension.ExtensionElement | +--org.apache.batik.extension.StylableExtensionElement | +--org.apache.batik.extension.PrefixableStylableExtensionElement
This class implements a simple method for handling the node 'prefix'.
Inner classes inherited from class org.apache.batik.dom.svg.AbstractElement |
AbstractElement.ExtendedNamedNodeHashMap |
Inner classes inherited from class org.apache.batik.dom.AbstractElement |
AbstractElement.Entry, AbstractElement.NamedNodeHashMap |
Inner classes inherited from class org.apache.batik.dom.AbstractParentNode |
AbstractParentNode.ChildNodes, AbstractParentNode.ElementsByTagName |
Field Summary | |
protected java.lang.String |
prefix
The element prefix. |
Fields inherited from class org.apache.batik.extension.StylableExtensionElement |
stylableSupport |
Fields inherited from class org.apache.batik.dom.svg.AbstractElement |
liveAttributeValues, parentElement, styleDeclaration |
Fields inherited from class org.apache.batik.dom.AbstractElement |
attributes |
Fields inherited from class org.apache.batik.dom.AbstractParentChildNode |
nextSibling, parentNode, previousSibling |
Fields inherited from class org.apache.batik.dom.AbstractParentNode |
childNodes |
Fields inherited from class org.apache.batik.dom.AbstractNode |
EMPTY_NODE_LIST, eventSupport, ownerDocument |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Constructor Summary | |
protected |
PrefixableStylableExtensionElement()
Creates a new BatikStarElement object. |
|
PrefixableStylableExtensionElement(java.lang.String prefix,
AbstractDocument owner)
Creates a new BatikStarElement object. |
Method Summary | |
java.lang.String |
getNodeName()
DOM: Implements Node.getNodeName() . |
void |
setPrefix(java.lang.String prefix)
DOM: Implements Node.setPrefix(String) . |
Methods inherited from class org.apache.batik.extension.StylableExtensionElement |
getNonCSSPresentationalHints, getOverrideStyle, getStylableSupport, getStyle, hasOverrideStyle, hasStyle |
Methods inherited from class org.apache.batik.extension.ExtensionElement |
isReadonly, setReadonly |
Methods inherited from class org.apache.batik.dom.svg.AbstractElement |
attrAdded, attrModified, attrRemoved, createAttributes, getAttributeInitializer, getBaseURI, getID, getLiveAttributeValue, getParentElement, getParentNodeEventTarget, getStyleDeclaration, initializeAttributes, matchPseudoClass, putLiveAttributeValue, resetAttribute, setIDName, setParentElement, setStyleDeclaration, setUnspecifiedAttribute |
Methods inherited from class org.apache.batik.dom.AbstractElement |
checkChildType, copyInto, deepCopyInto, deepExport, export, fireDOMAttrModifiedEvent, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getNodeType, getTagName, hasAttribute, hasAttributeNS, hasAttributes, nodeAdded, nodeToBeRemoved, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from class org.apache.batik.dom.AbstractParentChildNode |
getNextSibling, getParentNode, getPreviousSibling, setNextSibling, setParentNode, setPreviousSibling |
Methods inherited from class org.apache.batik.dom.AbstractParentNode |
appendChild, checkAndRemove, fireDOMNodeInsertedEvent, fireDOMNodeInsertedIntoDocumentEvent, fireDOMNodeRemovedEvent, fireDOMNodeRemovedFromDocumentEvent, fireDOMSubtreeModifiedEvent, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getLastChild, hasChildNodes, insertBefore, removeChild, replaceChild |
Methods inherited from class org.apache.batik.dom.AbstractNode |
addEventListener, cloneNode, createDOMException, dispatchEvent, fireDOMCharacterDataModifiedEvent, getCurrentDocument, getEventSupport, getLocalName, getNamespaceURI, getNodeValue, getOwnerDocument, getPrefix, isSupported, newNode, removeEventListener, setNodeName, setNodeValue, setOwnerDocument, setSpecified |
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.Element |
getElementsByTagName, getElementsByTagNameNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasChildNodes, insertBefore, isSupported, removeChild, replaceChild, setNodeValue |
Field Detail |
protected java.lang.String prefix
Constructor Detail |
protected PrefixableStylableExtensionElement()
public PrefixableStylableExtensionElement(java.lang.String prefix, AbstractDocument owner)
prefix
- The namespace prefix.owner
- The owner document.Method Detail |
public java.lang.String getNodeName()
Node.getNodeName()
.public void setPrefix(java.lang.String prefix) throws DOMException
Node.setPrefix(String)
.setPrefix
in class AbstractNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |