OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dom2dtm
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java
22
package org.apache.xml.dtm.ref.
dom2dtm
;
37
*
DOM2DTM
model. Basically, it creates a proxy node in DOM space to
42
* (This used to be an internal class within
DOM2DTM
. Moved out because
46
* %REVIEW% What if the
DOM2DTM
was built around a DocumentFragment and
50
* in DTM space, but given how
DOM2DTM
is currently written I think
DOM2DTM.java
19
* $Id:
DOM2DTM
.java 478671 2006-11-23 21:00:31Z minchau $
21
package org.apache.xml.dtm.ref.
dom2dtm
;
53
/** The <code>
DOM2DTM
</code> class serves up a DOM's contents via the
57
* tree. You can wrap a
DOM2DTM
around a specific node and its subtree
63
* mutation. If you alter the DOM after wrapping
DOM2DTM
around it,
66
public class
DOM2DTM
extends DTMDefaultBaseIterators
107
* Construct a
DOM2DTM
object from a DOM node.
118
public
DOM2DTM
(DTMManager mgr, DOMSource domSource,
289
// warning("DOM 'level 1' node "+node.getNodeName()+" won't be mapped properly in
DOM2DTM
.");
404
System.out.println("*****
DOM2DTM
Pop Control Flow problem")
[
all
...]
Completed in 16 milliseconds