Searched defs:domSource (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/source/
H A DSourceUtils.java57 private final int domSource = 1; field in class:SourceUtils
65 srcType = domSource;
72 return (srcType&domSource) == domSource;
98 DOMSource domSource = (DOMSource)src;
99 Node n = domSource.getNode();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java112 * @param domSource the DOM source that this DTM will wrap.
120 public DOM2DTM(DTMManager mgr, DOMSource domSource, argument
125 super(mgr, domSource, dtmIdentity, whiteSpaceFilter,
129 m_pos=m_root = domSource.getNode();
134 // Apparently the domSource root may not actually be the

Completed in 34 milliseconds