Searched refs:setInternalSubset (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDocumentTypeImpl.java160 public void setInternalSubset(String internalSubset) { method in class:DocumentTypeImpl
H A DDeferredDocumentImpl.java221 public void setInternalSubset(int doctypeIndex, String subset) { method in class:DeferredDocumentImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultBuilder.java150 ((DocumentTypeImpl) docType).setInternalSubset(internalSubset);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java1835 fDeferredDocumentImpl.setInternalSubset (fDocumentTypeIndex, internalSubset);
1840 ((DocumentTypeImpl)fDocumentType).setInternalSubset (internalSubset);

Completed in 5467 milliseconds