|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.html.DomNode
com.gargoylesoftware.htmlunit.html.DomNamespaceNode
public abstract class DomNamespaceNode
Intermediate base class for DOM Nodes that have namespaces. That includes HtmlElement and HtmlAttr.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.gargoylesoftware.htmlunit.html.DomNode |
|---|
DomNode.ChildIterator, DomNode.DescendantElementsIterator<T extends DomNode> |
| Field Summary |
|---|
| Fields inherited from class com.gargoylesoftware.htmlunit.html.DomNode |
|---|
AS_TEXT_BLANK, AS_TEXT_BLOCK_SEPARATOR, AS_TEXT_NEW_LINE, AS_TEXT_TAB, PROPERTY_ELEMENT, READY_STATE_COMPLETE, READY_STATE_INTERACTIVE, READY_STATE_LOADED, READY_STATE_LOADING, READY_STATE_UNINITIALIZED |
| Constructor Summary | |
|---|---|
protected |
DomNamespaceNode(String namespaceURI,
String qualifiedName,
SgmlPage page)
Creates an instance of a DOM node that can have a namespace. |
| Method Summary | |
|---|---|
String |
getLocalName()
|
String |
getNamespaceURI()
|
String |
getPrefix()
|
String |
getQualifiedName()
Returns this node's qualified name. |
void |
processImportNode(Document doc)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Lifecycle method to support special processing for js method importNode. |
void |
setPrefix(String prefix)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DomNamespaceNode(String namespaceURI,
String qualifiedName,
SgmlPage page)
namespaceURI - the URI that identifies an XML namespacequalifiedName - the qualified name of the element type to instantiatepage - the page that contains this element| Method Detail |
|---|
public String getNamespaceURI()
getNamespaceURI in interface NodegetNamespaceURI in class DomNodepublic String getLocalName()
getLocalName in interface NodegetLocalName in class DomNodepublic String getPrefix()
getPrefix in interface NodegetPrefix in class DomNodepublic void setPrefix(String prefix)
setPrefix in interface NodesetPrefix in class DomNodepublic String getQualifiedName()
public void processImportNode(Document doc)
processImportNode in class DomNodedoc - the import target documentDocument.importNode(
com.gargoylesoftware.htmlunit.javascript.host.Node, boolean),
HtmlScript.processImportNode(Document)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||