Searched refs:_document (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DExternalEntityReference.java41 _document = document;
47 return _document;
59 return _document.find(_kind, _name);
62 private AbstractDocument _document; field in class:ExternalEntityReference
H A DTWSDLParserContextImpl.java52 private final AbstractDocument _document; field in class:TWSDLParserContextImpl
60 this._document = doc;
69 return _document;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAttributes.java35 private DOM _document; field in class:Attributes
39 _document = document;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSingleNodeCounter.java55 _nodeType = _document.getExpandedTypeID(node);
56 _countSiblings = _document.getAxisIterator(Axis.PRECEDINGSIBLING);
76 while ((next = _document.getParent(next)) > END) {
92 while ((from = _document.getParent(from)) > END) {
130 _nodeType = _document.getExpandedTypeID(node);
132 _document.getTypedAxisIterator(Axis.PRECEDINGSIBLING,
133 _document.getExpandedTypeID(node));
H A DAnyNodeCounter.java49 _nodeType = _document.getExpandedTypeID(node);
65 final int root = _document.getDocument();
112 final int ntype = _document.getExpandedTypeID(_node);
113 final int root = _document.getDocument();
115 if (ntype == _document.getExpandedTypeID(next)) {
H A DMultipleNodeCounter.java53 _nodeType = _document.getExpandedTypeID(node);
54 _precSiblings = _document.getAxisIterator(Axis.PRECEDINGSIBLING);
73 while ((next = _document.getParent(next)) > END &&
H A DNodeCounter.java45 public final DOM _document; field in class:NodeCounter
81 _document = document;
88 _document = document;
272 return _nodeType == _document.getExpandedTypeID(node);
H A DSAXImpl.java69 * few specific fields (e.g. _node2Ids, _document) to keep DOM-related
135 private Document _document; field in class:SAXImpl
743 // If the input source is DOMSource, set the _document field and
750 _document = (Document)node;
753 _document = node.getOwnerDocument();
781 Node node = _document.getElementById(idString);
1876 if (_document != null) {
1878 DocumentType doctype = _document.getDoctype();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDomSerializer.java148 private final Document _document; field in class:Dom2SaxAdapter
160 this._document = (Document)node;
162 this._document = node.getOwnerDocument();
173 _document = factory.newDocumentBuilder().newDocument();
174 _node = _document;
175 _nodeStk.push( _document );
192 Element element = _document.createElementNS(namespace, qName);
256 text = _document.createCDATASection(new String(ch, start, length));
258 text = _document.createTextNode(new String(ch, start, length));
263 getParent().appendChild(_document
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DSAX2DOM.java57 private Document _document = null; field in class:SAX2DOM
78 _document = createDocument(useServicesMachnism);
79 _root = _document;
85 _document = (Document)root;
88 _document = root.getOwnerDocument();
91 _document = createDocument(useServicesMachnism);
92 _root = _document;
115 if (last != _document) {
124 _lastSibling = last.insertBefore(_document.createTextNode(_textBuffer.toString()), _nextSiblingCache);
127 _lastSibling = last.appendChild(_document
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DDefinitions.java45 _document = document;
80 _document.define(m);
85 _document.define(p);
90 _document.define(b);
95 _document.define(s);
216 private AbstractDocument _document; field in class:Definitions
H A DWSDLDocument.java133 _document = document;
151 GloballyKnown entity = _document.find(kind, name);
168 private AbstractDocument _document; field in class:WSDLDocument.GloballyValidatingAction
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentParser.java59 protected Document _document; field in class:DOMDocumentParser
83 _currentNode = _document = d;
523 _document.createTextNode(textData));
976 _currentNode.appendChild(_document.createComment(s));
985 _currentNode.appendChild(_document.createComment(s));
989 _currentNode.appendChild(_document.createComment(""));
1005 _currentNode.appendChild(_document.createProcessingInstruction(target, data));
1014 _currentNode.appendChild(_document.createProcessingInstruction(target, data));
1018 _currentNode.appendChild(_document.createProcessingInstruction(target, ""));
1024 return _document
[all...]
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java353 private static final byte _document = 1; field in class:JRSUIConstants.WindowType
354 public static final WindowType DOCUMENT = new WindowType(_document);

Completed in 87 milliseconds