Searched defs:ownerDocument (Results 1 - 25 of 32) sorted by relevance

12

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DDeferredNotationImpl.java72 DeferredNotationImpl(DeferredDocumentImpl ownerDocument, int nodeIndex) { argument
[all...]
H A DDeferredTextImpl.java67 DeferredTextImpl(DeferredDocumentImpl ownerDocument, int nodeIndex) { argument
H A DDeferredProcessingInstructionImpl.java59 DeferredProcessingInstructionImpl(DeferredDocumentImpl ownerDocument, argument
H A DDeferredDocumentTypeImpl.java73 DeferredDocumentTypeImpl(DeferredDocumentImpl ownerDocument, int nodeIndex) { argument
[all...]
H A DDeferredEntityReferenceImpl.java102 DeferredEntityReferenceImpl(DeferredDocumentImpl ownerDocument, argument
[all...]
H A DDeferredEntityImpl.java85 DeferredEntityImpl(DeferredDocumentImpl ownerDocument, int nodeIndex) { argument
[all...]
H A DDeferredElementDefinitionImpl.java62 DeferredElementDefinitionImpl(DeferredDocumentImpl ownerDocument, argument
[all...]
H A DDeferredAttrImpl.java94 DeferredAttrImpl(DeferredDocumentImpl ownerDocument, int nodeIndex) { argument
[all...]
H A DDeferredAttrNSImpl.java67 DeferredAttrNSImpl(DeferredDocumentImpl ownerDocument, int nodeIndex) { argument
[all...]
H A DDeferredCDATASectionImpl.java76 DeferredCDATASectionImpl(DeferredDocumentImpl ownerDocument, int nodeIndex) { argument
H A DDeferredCommentImpl.java57 DeferredCommentImpl(DeferredDocumentImpl ownerDocument, int nodeIndex) { argument
H A DElementDefinitionImpl.java62 public ElementDefinitionImpl(CoreDocumentImpl ownerDocument, String name) { argument
H A DChildNode.java65 protected ChildNode(CoreDocumentImpl ownerDocument) { argument
H A DElementNSImpl.java78 protected ElementNSImpl(CoreDocumentImpl ownerDocument, argument
163 protected ElementNSImpl(CoreDocumentImpl ownerDocument, argument
175 ElementNSImpl(CoreDocumentImpl ownerDocument, String value) argument
201 setValues(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) argument
[all...]
H A DCharacterDataImpl.java73 protected CharacterDataImpl(CoreDocumentImpl ownerDocument, String data) { argument
[all...]
H A DAttrNSImpl.java73 protected AttrNSImpl(CoreDocumentImpl ownerDocument, argument
122 public AttrNSImpl(CoreDocumentImpl ownerDocument, argument
133 AttrNSImpl(CoreDocumentImpl ownerDocument, String value) argument
158 setValues(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) argument
[all...]
H A DDocumentTypeImpl.java136 public DocumentTypeImpl(CoreDocumentImpl ownerDocument, String name) { argument
150 public DocumentTypeImpl(CoreDocumentImpl ownerDocument, argument
H A DParentNode.java79 protected CoreDocumentImpl ownerDocument; field in class:ParentNode
97 protected ParentNode(CoreDocumentImpl ownerDocument) { argument
169 CoreDocumentImpl ownerDocument() { method in class:ParentNode
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementFactory.java78 public static SOAPElement createElement(SOAPDocumentImpl ownerDocument, Element element) { argument
52 createElement( SOAPDocumentImpl ownerDocument, Name name) argument
61 createElement( SOAPDocumentImpl ownerDocument, QName name) argument
137 createElement( SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri) argument
165 createNamedElement( SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri) argument
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DHeader1_1Impl.java51 public Header1_1Impl(SOAPDocumentImpl ownerDocument, String prefix) { argument
H A DBody1_1Impl.java44 public Body1_1Impl(SOAPDocumentImpl ownerDocument, String prefix) { argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DDetail1_2Impl.java50 public Detail1_2Impl(SOAPDocumentImpl ownerDocument, String prefix) { argument
54 public Detail1_2Impl(SOAPDocumentImpl ownerDocument) { argument
H A DHeader1_2Impl.java54 public Header1_2Impl(SOAPDocumentImpl ownerDocument, String prefix) { argument
H A DBody1_2Impl.java52 public Body1_2Impl(SOAPDocumentImpl ownerDocument, String prefix) { argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DComponentImpl.java53 protected final SchemaDocumentImpl ownerDocument; field in class:ComponentImpl

Completed in 132 milliseconds

12