|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.utils.UnImplNode | +--org.apache.xalan.stree.Child | +--org.apache.xalan.stree.Parent | +--org.apache.xalan.stree.DocumentImpl
Method Summary | |
Node |
appendChild(Node newChild)
Append a child to the child list. |
Attr |
createAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Unimplemented. |
CDATASection |
createCDATASection(java.lang.String data)
Create a CDATASection node. |
Comment |
createComment(java.lang.String data)
Create a Comment node. |
DocumentFragment |
createDocumentFragment()
Create a DocumentFragment. |
Element |
createElement(java.lang.String tagName)
Unimplemented. |
Element |
createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Unimplemented. |
ProcessingInstruction |
createProcessingInstruction(java.lang.String target,
java.lang.String data)
Create a ProcessingInstruction node. |
Text |
createTextNode(java.lang.String data)
Create a Text node. |
DocumentType |
getDoctype()
For XML, this provides access to the Document Type Definition. |
Element |
getDocumentElement()
Convenience method, allowing direct access to the child node which is considered the root of the actual document content. |
Element |
getElementById(java.lang.String elementId)
Given an ID, return the element. |
java.util.Hashtable |
getIDAttributes()
|
LevelIndexer |
getLevelIndexer()
|
java.lang.String |
getLocalName()
Returns the local part of the qualified name of this node. |
java.lang.String |
getNodeName()
Returns the node name. |
short |
getNodeType()
Returns the node type. |
boolean |
getUseMultiThreading()
Tell whether or not the tree being built should handle transformation while the parse is still going on. |
Node |
importNode(Node importedNode,
boolean deep)
Unimplemented right now, but I should probably implement. |
void |
setIDAttribute(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String value,
Element elem)
|
void |
setUseMultiThreading(boolean b)
Set whether or not the tree being built should handle transformation while the parse is still going on. |
Methods inherited from class org.apache.xalan.stree.Parent |
getChild,
getChildCount,
getChildUID,
getFirstChild,
getLastChild,
hasChildNodes,
isComplete,
setComplete |
Methods inherited from class org.apache.xalan.stree.Child |
getAttributes,
getChildPosition,
getLevel,
getNamespaceURI,
getNextSibling,
getOwnerDocument,
getParentNode,
getPrefix,
getPreviousSibling,
getTagName,
getUid,
isNamespaceNode,
setAttribute,
setLevel,
supports |
Methods inherited from class org.apache.xalan.utils.UnImplNode |
appendData,
cloneNode,
createAttribute,
createEntityReference,
deleteData,
error,
error,
getAttribute,
getAttributeNode,
getAttributeNodeNS,
getAttributeNS,
getChildNodes,
getElementsByTagName,
getElementsByTagNameNS,
getImplementation,
getLength,
getNodeValue,
getOwnerElement,
getSpecified,
hasAttribute,
hasAttributeNS,
hasAttributes,
insertBefore,
insertData,
item,
normalize,
removeAttribute,
removeAttributeNode,
removeAttributeNS,
removeChild,
replaceChild,
replaceData,
setAttributeNode,
setAttributeNodeNS,
setAttributeNS,
setData,
setNodeValue,
setPrefix,
setValue,
splitText,
substringData |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public LevelIndexer getLevelIndexer()
public DocumentType getDoctype()
public void setUseMultiThreading(boolean b)
public boolean getUseMultiThreading()
public Element getDocumentElement()
public java.util.Hashtable getIDAttributes()
public void setIDAttribute(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value, Element elem)
public Node appendChild(Node newChild) throws DOMException
newChild
- Must be a org.apache.xalan.stree.Child.public short getNodeType()
public java.lang.String getNodeName()
public java.lang.String getLocalName()
createElement
from the Document
interface,
it is null
.public Element createElement(java.lang.String tagName) throws DOMException
public DocumentFragment createDocumentFragment()
public Text createTextNode(java.lang.String data)
public Comment createComment(java.lang.String data)
public CDATASection createCDATASection(java.lang.String data) throws DOMException
public ProcessingInstruction createProcessingInstruction(java.lang.String target, java.lang.String data) throws DOMException
public Node importNode(Node importedNode, boolean deep) throws DOMException
public Element createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName) throws DOMException
public Attr createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName) throws DOMException
public Element getElementById(java.lang.String elementId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |