org.apache.xalan.stree
Class StreeDOMBuilder
java.lang.Object
|
+--org.apache.xalan.utils.DOMBuilder
|
+--org.apache.xalan.stree.StreeDOMBuilder
- public class StreeDOMBuilder
- extends DOMBuilder
Method Summary |
void |
setIDAttribute(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String value,
Element elem)
|
Methods inherited from class org.apache.xalan.utils.DOMBuilder |
cdata,
characters,
charactersRaw,
comment,
endCDATA,
endDocument,
endDTD,
endElement,
endEntity,
endPrefixMapping,
entityReference,
getCurrentNode,
getRootNode,
getWriter,
ignorableWhitespace,
processingInstruction,
setDocumentLocator,
skippedEntity,
startCDATA,
startDocument,
startDTD,
startElement,
startEntity,
startPrefixMapping |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
StreeDOMBuilder
public StreeDOMBuilder(Document doc,
Node node)
- StreeDOMBuilder instance constructor... it will add the DOM nodes
to the document fragment.
StreeDOMBuilder
public StreeDOMBuilder(Document doc,
DocumentFragment docFrag)
- StreeDOMBuilder instance constructor... it will add the DOM nodes
to the document fragment.
StreeDOMBuilder
public StreeDOMBuilder(Document doc)
- StreeDOMBuilder instance constructor... it will add the DOM nodes
to the document.
setIDAttribute
public void setIDAttribute(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String value,
Element elem)
- Overrides:
- setIDAttribute in class DOMBuilder
Copyright © 2000 Apache XML Project. All Rights Reserved.