Searched refs:Document (Results 51 - 75 of 306) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/
H A DXPathContainer.java28 import org.w3c.dom.Document;
47 public XPathContainer(Document doc) {
H A DXPath2FilterContainer04.java29 import org.w3c.dom.Document;
81 private XPath2FilterContainer04(Document doc, String xpath2filter,
140 public static XPath2FilterContainer04 newInstanceIntersect(Document doc,
155 public static XPath2FilterContainer04 newInstanceSubtract(Document doc,
170 public static XPath2FilterContainer04 newInstanceUnion(Document doc,
H A DInclusiveNamespaces.java34 import org.w3c.dom.Document;
67 public InclusiveNamespaces(Document doc, String prefixList) {
77 public InclusiveNamespaces(Document doc, Set prefixes) {
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLObjectElement.java44 import org.w3c.dom.Document;
51 * <p>See also the <a href='http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510'>Document Object Model (DOM) Level 2 Specification</a>.
186 public Document getContentDocument();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMForestParser.java28 import org.w3c.dom.Document;
80 Document dom = forest.get(systemId);
H A DDOMBuilder.java32 import org.w3c.dom.Document;
62 public DOMBuilder( Document dom, LocatorTable ltable, Set outerMostBindings ) {
95 if( p instanceof Document) {
119 //Element e = getCurrentElement(); // does not work as the comments at the top of the document would return Document Node
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForestParser.java32 import org.w3c.dom.Document;
77 Document dom = forest.get(systemId);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DXML_DOM_FI.java35 import org.w3c.dom.Document;
49 Document d = db.parse(document);
H A DXML_DOM_SAX_FI.java40 import org.w3c.dom.Document;
54 Document d = db.parse(document);
/openjdk7/jdk/test/javax/imageio/plugins/png/
H A DMergeStdCommentTest.java37 import org.w3c.dom.Document;
53 Document doc = impl.createDocument(null, format, null);
/openjdk7/jdk/test/javax/xml/crypto/dsig/keyinfo/KeyInfo/
H A DMarshal.java38 import org.w3c.dom.Document;
55 Document doc = dbf.newDocumentBuilder().newDocument();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextArea.java187 public JTextArea(Document doc) {
203 public JTextArea(Document doc, String text, int rows, int columns) {
249 protected Document createDefaultModel() {
267 Document doc = getDocument();
283 Document doc = getDocument();
373 Document doc = getDocument();
456 Document doc = getDocument();
474 Document doc = getDocument();
500 Document doc = getDocument();
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/keyvalues/
H A DRSAKeyValue.java37 import org.w3c.dom.Document;
66 public RSAKeyValue(Document doc, BigInteger modulus, BigInteger exponent) {
82 public RSAKeyValue(Document doc, Key key) throws IllegalArgumentException {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/
H A DXMLX509Certificate.java32 import org.w3c.dom.Document;
63 public XMLX509Certificate(Document doc, byte[] certificateBytes) {
77 public XMLX509Certificate(Document doc, X509Certificate x509certificate)
H A DXMLX509SKI.java34 import org.w3c.dom.Document;
67 public XMLX509SKI(Document doc, byte[] skiBytes) {
79 public XMLX509SKI(Document doc, X509Certificate x509certificate)
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DFuncHere.java36 import org.w3c.dom.Document;
98 Document currentDoc =
100 Document xpathOwnerDoc = XMLUtils.getOwnerDocument(xpathOwnerNode);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DTXW.java93 Document doc = new Document(out);
115 return new ContainerElement(new Document(out),null,tagName.getNamespaceURI(),tagName.getLocalPart())._cast(rootElement);
/openjdk7/jdk/test/com/sun/org/apache/xml/internal/security/
H A DTruncateHMAC.java36 import org.w3c.dom.Document;
75 Document doc = dbf.newDocumentBuilder().parse(file);
108 Document doc = dbf.newDocumentBuilder().newDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLMessages_fr.properties37 # Document messages
54 # 2.8 Prolog and Document Type Declaration
73 # 2.9 Standalone Document Declaration
96 # Messages common to Document and DTD
118 # 2.8 Prolog and Document Type Declaration
171 # 2.8 Prolog and Document Type Declaration
H A DXMLMessages_it.properties37 # Document messages
54 # 2.8 Prolog and Document Type Declaration
73 # 2.9 Standalone Document Declaration
96 # Messages common to Document and DTD
118 # 2.8 Prolog and Document Type Declaration
171 # 2.8 Prolog and Document Type Declaration
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAnnotationImpl.java32 import org.w3c.dom.Document;
69 * <code>org.w3c.dom.Document</code>,
154 Document futureOwner = (type == XSAnnotation.W3C_DOM_ELEMENT) ?
155 target.getOwnerDocument() : (Document)target;
170 Document aDocument = parser.getDocument();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDocument.java31 * The <code>Document</code> is a container for text that serves
49 * <p align=center><img src="doc-files/Document-coord.gif"
69 * Exactly what structure is modeled is up to a particular Document
72 * <p align=center><img src="doc-files/Document-structure.gif"
103 * Mutations to the <code>Document</code> must be communicated to
113 * If a mutation is made to a <code>Document</code> through its api,
115 * <code>DocumentListeners</code>. If the <code>Document</code>
120 * fired from the Document to indicate it has changed again.
123 * rather than a mutation to the <code>Document</code> made through its
125 * <p align=center><img src="doc-files/Document
184 public interface Document { interface
[all...]
H A DDocumentFilter.java29 * <code>Document</code> mutation methods. When a <code>Document</code>
37 * into the Document for the modification
56 * @see javax.swing.text.Document
65 * specified Document. Subclasses that want to conditionally allow
70 * @param fb FilterBypass that can be used to mutate Document
84 * specified Document. Subclasses that want to conditionally allow
88 * @param fb FilterBypass that can be used to mutate Document
105 * specified Document. Subclasses that want to conditionally allow
109 * @param fb FilterBypass that can be used to mutate Document
[all...]
H A DStyledDocument.java35 public interface StyledDocument extends Document {
/openjdk7/jdk/src/share/classes/java/util/
H A DXMLUtils.java72 Document doc = null;
89 static Document getLoadingDoc(InputStream in)
134 Document doc = db.newDocument();
155 static void emitDocument(Document doc, OutputStream os, String encoding)

Completed in 43 milliseconds

1234567891011>>