Searched defs:isXML11Version (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java306 wellformed = CoreDocumentImpl.isValidQName(node.getPrefix() , node.getLocalName(), fDocument.isXML11Version()) ;
309 wellformed = CoreDocumentImpl.isXMLName(node.getNodeName() , fDocument.isXML11Version());
356 isAttrValueWF(fErrorHandler, fError, fLocator, attributes, (AttrImpl)attr, attr.getValue(), fDocument.isXML11Version());
358 wellformed=CoreDocumentImpl.isXMLName(node.getNodeName() , fDocument.isXML11Version());
472 isCommentWF(fErrorHandler, fError, fLocator, commentdata, fDocument.isXML11Version());
500 CoreDocumentImpl.isXMLName(node.getNodeName() , fDocument.isXML11Version());
556 isXMLCharWF(fErrorHandler, fError, fLocator, node.getNodeValue(), fDocument.isXML11Version());
579 isCDataWF(fErrorHandler, fError, fLocator, value, fDocument.isXML11Version());
620 isXMLCharWF(fErrorHandler, fError, fLocator, node.getNodeValue(), fDocument.isXML11Version());
662 if(fDocument.isXML11Version()){
1080 isCDataWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, String datavalue, boolean isXML11Version) argument
1180 isXMLCharWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, String datavalue, boolean isXML11Version) argument
1243 isCommentWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, String datavalue, boolean isXML11Version) argument
[all...]
H A DCoreDocumentImpl.java2594 boolean isXML11Version(){ method in class:CoreDocumentImpl

Completed in 30 milliseconds