Searched refs:getDoctype (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/
H A DDocument.java78 public DocumentType getDoctype(); method in interface:Document
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DEntityReferenceImpl.java169 if (null != (doctype = getOwnerDocument().getDoctype()) &&
264 if (null != (doctype = getOwnerDocument().getDoctype()) &&
363 if (null != (doctype = getOwnerDocument().getDoctype()) &&
H A DNodeImpl.java1061 DocumentType container = thisOwnerDoc.getDoctype();
1133 DocumentType container = thisOwnerDoc.getDoctype();
H A DElementImpl.java1164 (DocumentTypeImpl) ownerDocument.getDoctype();
H A DCoreDocumentImpl.java691 public DocumentType getDoctype() { method in class:CoreDocumentImpl
H A DDOMNormalizer.java1332 DocumentType docType = owner.getDoctype();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java902 doctype = doc.getDoctype();
926 doctype = doc.getDoctype();
H A DBaseMarkupSerializer.java1208 docType = ( (Document) node ).getDoctype();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultDocument.java60 public DocumentType getDoctype() { method in class:DefaultDocument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPDocumentImpl.java78 public DocumentType getDoctype() { method in class:SOAPDocumentImpl
H A DSOAPPartImpl.java373 public DocumentType getDoctype() { method in class:SOAPPartImpl
374 return document.getDoctype();
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DXmlSupport.java271 t.setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doc.getDoctype().getSystemId());
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java1287 DocumentType dtd = doc.getDoctype();
1318 DocumentType dtd = doc.getDoctype();
1423 DocumentType doctype = doc.getDoctype();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMValidatorHelper.java355 DocumentType docType = doc.getDoctype();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMHelper.java1127 DocumentType doctype = doc.getDoctype();
H A DUnImplNode.java776 public DocumentType getDoctype() method in class:UnImplNode
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java596 public final DocumentType getDoctype() method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java1878 DocumentType doctype = _document.getDoctype();

Completed in 94 milliseconds