public abstract class DomNamespaceNode extends DomNode
DomNode.ChildIterator, DomNode.DescendantElementsIterator
ATTRIBUTE_NODE, COMMENT_NODE, DOCUMENT_NODE, ELEMENT_NODE, PROPERTY_ELEMENT, READY_STATE_COMPLETE, READY_STATE_INTERACTIVE, READY_STATE_LOADED, READY_STATE_LOADING, READY_STATE_UNINITIALIZED, TEXT_NODE
Modifier | Constructor and Description |
---|---|
protected |
DomNamespaceNode(String namespaceURI,
String qualifiedName,
Page page)
Create an instance of a DOM node that can have a namespace.
|
Modifier and Type | Method and Description |
---|---|
String |
getLocalName()
Returns the local part of the qualified name of this node.
|
String |
getNamespaceURI()
The namespace URI of this node, or null if it is unspecified (see ).
|
String |
getPrefix()
The namespace prefix of this node, or null if it is unspecified.
|
String |
getQualifiedName()
Returns the qualified name of this node.
|
void |
setPrefix(String prefix)
Set the namespace prefix of this node, or null if it is unspecified.
|
addDomChangeListener, addPropertyChangeListener, appendChild, appendDomChild, asText, asXml, cloneDomNode, cloneNode, fireNodeAdded, fireNodeDeleted, firePropertyChange, getAllHtmlChildElements, getByXPath, getChildIterator, getChildrenAsText, getEndColumnNumber, getEndLineNumber, getEventHandler, getFirstByXPath, getFirstChild, getFirstDomChild, getLastChild, getLastDomChild, getLog, getNativePage, getNextDomSibling, getNextSibling, getNodeName, getNodeType, getNodeValue, getPage, getParentDomNode, getParentNode, getPreviousDomSibling, getPreviousSibling, getReadyState, getScriptObject, getStartColumnNumber, getStartLineNumber, hasAttributes, insertBefore, isAncestorOf, isRenderedVisible, isTrimmedText, notifyIncorrectness, onAddedToPage, onAllChildrenAddedToPage, printChildrenAsXml, printXml, reduceWhitespace, remove, removeAllChildren, removeDomChangeListener, removeEventHandler, removePropertyChangeListener, replace, setEventHandler, setEventHandler, setNextSibling, setNodeValue, setParentNode, setPreviousSibling, setReadyState, setScriptObject
protected DomNamespaceNode(String namespaceURI, String qualifiedName, Page page)
namespaceURI
- the URI that identifies an XML namespace.qualifiedName
- The qualified name of the element type to instantiate.page
- The page that contains this element.public String getNamespaceURI()
getNamespaceURI
in class DomNode
public String getLocalName()
getLocalName
in class DomNode
public String getPrefix()
public void setPrefix(String prefix)
public String getQualifiedName()
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.