Searched refs:Document (Results 26 - 50 of 306) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/
H A DMgmtData.java26 import org.w3c.dom.Document;
53 public MgmtData(Document doc, String mgmtData) {
H A DKeyValue.java31 import org.w3c.dom.Document;
52 public KeyValue(Document doc, DSAKeyValue dsaKeyValue) {
67 public KeyValue(Document doc, RSAKeyValue rsaKeyValue) {
82 public KeyValue(Document doc, Element unknownKeyValue) {
97 public KeyValue(Document doc, PublicKey pk) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/x509/
H A DXMLX509CRL.java26 import org.w3c.dom.Document;
55 public XMLX509CRL(Document doc, byte[] crlBytes) {
H A DXMLX509SubjectName.java29 import org.w3c.dom.Document;
57 public XMLX509SubjectName(Document doc, String X509SubjectNameString) {
70 public XMLX509SubjectName(Document doc, X509Certificate x509certificate) {
H A DXMLX509IssuerSerial.java31 import org.w3c.dom.Document;
65 public XMLX509IssuerSerial(Document doc, String x509IssuerName,
81 public XMLX509IssuerSerial(Document doc, String x509IssuerName,
93 public XMLX509IssuerSerial(Document doc, String x509IssuerName,
105 public XMLX509IssuerSerial(Document doc, X509Certificate x509certificate) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DCachedXPathAPIHolder.java24 import org.w3c.dom.Document;
38 public static void setDoc(Document doc) {
H A DHelperNodeList.java25 import org.w3c.dom.Document;
95 public Document getOwnerDocument() {
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLDocument.java44 import org.w3c.dom.Document;
55 * <code>getElementById</code> is inherited from the <code>Document</code>
57 * <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>.
59 public interface HTMLDocument extends Document {
H A DHTMLIFrameElement.java44 import org.w3c.dom.Document;
48 * <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>.
125 public Document getContentDocument();
/openjdk7/jdk/test/javax/swing/text/WrappedPlainView/6857057/
H A DStubBranchElement.java27 Document document = new DefaultStyledDocument();
44 public Document getDocument() {
/openjdk7/jaxp/src/org/w3c/dom/
H A DDOMImplementation.java48 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
79 * Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]).
88 * Creates a DOM Document object of the specified type with its document
92 * <code>Document</code> objects that support additional features than
96 * Alternatively, specialized <code>Document</code> creation methods,
98 * , can be used to obtain specific types of <code>Document</code>
108 * @return A new <code>Document</code> object with its document element.
111 * <code>Document</code> is empty with no document element.
131 * Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]).
134 public Document createDocumen
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DNamespaceDecl.java51 * Used temporarily inside {@link Document#finalizeStartTag()}.
62 this.dummyPrefix = new StringBuilder(2).append(Document.MAGIC).append(uniqueId).toString();
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/
H A DW3CDomHandler.java28 import org.w3c.dom.Document;
92 if( n instanceof Document ) {
93 return ((Document)n).getDocumentElement();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOM2Helper.java33 import org.w3c.dom.Document;
84 /** Field m_doc: Document Node for the document this helper is currently
89 private Document m_doc;
94 * @param doc The DOM Document node for this document.
97 public void setDocument(Document doc)
105 * @return The DOM Document node for this document.
108 public Document getDocument()
202 * @param doc The document to search within, as a DOM Document node.
208 public Element getElementByID(String id, Document doc)
215 * in the document than node1, in Document Orde
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMForest.java38 import org.w3c.dom.Document;
85 * actual data storage map&lt;SystemId,Document>.
87 protected final Map<String, Document> core = new HashMap<String, Document>();
137 public @NotNull Document parse(InputSource source, boolean root) throws SAXException, IOException {
150 public Document parse(String systemId, boolean root) throws SAXException, IOException{
186 private @NotNull Document parse(String systemId, InputSource inputSource, boolean root) throws SAXException, IOException{
187 Document dom = documentBuilder.newDocument();
239 public Document getDocument();
248 private XMLReader createReader(Document do
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/
H A DXPath2FilterContainer.java30 import org.w3c.dom.Document;
94 private XPath2FilterContainer(Document doc, String xpath2filter,
143 public static XPath2FilterContainer newInstanceIntersect(Document doc,
158 public static XPath2FilterContainer newInstanceSubtract(Document doc,
173 public static XPath2FilterContainer newInstanceUnion(Document doc,
188 public static NodeList newInstances(Document doc, String[][] params) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignatureProperty.java27 import org.w3c.dom.Document;
43 * @param doc the {@link Document} in which <code>XMLsignature</code> is placed
46 public SignatureProperty(Document doc, String Target) {
53 * @param doc the {@link Document} in which <code>XMLsignature</code> is placed
57 public SignatureProperty(Document doc, String Target, String Id) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMBuilder.java33 import org.w3c.dom.Document;
58 public DOMBuilder( Document dom, LocatorTable ltable, Set outerMostBindings ) {
91 if( p instanceof Document
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DDomAnnotationParserFactory.java32 import org.w3c.dom.Document;
88 Document dom = (Document)result.getNode();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathEvaluatorImpl.java33 import org.w3c.dom.Document;
45 * <p>See also the <a href='http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226'>Document Object Model (DOM) Level 3 XPath Specification</a>.</p>
51 * implemented on the same object which implements the <code>Document</code>
115 * is obtained by casting a Document.
117 private final Document m_doc;
125 public XPathEvaluatorImpl(Document doc) {
206 ? ((Document) nodeResolver).getDocumentElement() : nodeResolver);
217 * obtained by casting the <code>Document</code> then this must be
218 * owned by the same document and must be a <code>Document</code>,
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DDocumentEvent.java32 * detailed information to Document observers about how the
33 * Document changed. It provides high level information such
39 * @see javax.swing.text.Document
64 public Document getDocument();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMImplementationImpl.java25 import org.w3c.dom.Document;
33 * implementation of the Document Object Model. As such its data is
113 * Creates an XML Document object of the specified type with its document
125 * @return Document A new Document object.
130 public Document createDocument(String namespaceURI,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DAttrImpl.java66 import org.w3c.dom.Document;
125 public Document getOwnerDocument() {
H A DSchemaDOMImplementation.java25 import org.w3c.dom.Document;
44 public Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMKeyName.java34 import org.w3c.dom.Document;
75 Document ownerDoc = DOMUtils.getOwnerDocument(parent);

Completed in 54 milliseconds

1234567891011>>