Searched refs:scanningTextDecl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java377 * @param scanningTextDecl True if a text declaration is to
387 protected void scanXMLDeclOrTextDecl(boolean scanningTextDecl, argument
417 String name = scanPseudoAttribute(scanningTextDecl, fString);
422 reportFatalError(scanningTextDecl
443 if (!scanningTextDecl) {
447 reportFatalError(scanningTextDecl
453 state = scanningTextDecl ? STATE_DONE : STATE_STANDALONE;
455 if (scanningTextDecl) {
466 reportFatalError(scanningTextDecl
472 state = scanningTextDecl
563 scanPseudoAttribute(boolean scanningTextDecl, XMLString value) argument
[all...]
H A DXMLDocumentFragmentScannerImpl.java945 * @param scanningTextDecl True if a text declaration is to
949 protected void scanXMLDeclOrTextDecl(boolean scanningTextDecl) argument
953 super.scanXMLDeclOrTextDecl(scanningTextDecl, fStrings);
971 if (scanningTextDecl) {

Completed in 39 milliseconds