Searched refs:fBindNamespaces (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java69 protected boolean fBindNamespaces; field in class:XMLNSDocumentScannerImpl
90 fBindNamespaces = false;
99 fBindNamespaces = false;
111 if((fScannerLastState == XMLEvent.END_ELEMENT) && fBindNamespaces){
194 // There are two variables,fNamespaces and fBindNamespaces
222 if (fBindNamespaces) {
265 if (fBindNamespaces) {
359 //if (fBindNamespaces) {
444 if (fBindNamespaces) {
543 if (fBindNamespaces) {
[all...]
H A DXML11NSDocumentScannerImpl.java118 protected boolean fBindNamespaces; field in class:XML11NSDocumentScannerImpl
181 if (fBindNamespaces) {
248 if (fBindNamespaces) {
356 /*if (fBindNamespaces) {
403 if (fBindNamespaces) {
465 if (fBindNamespaces) {
573 if (fBindNamespaces) {
628 if (fBindNamespaces) {
668 if (fBindNamespaces) {
814 /*if (fBindNamespaces) {
[all...]
H A DXMLStreamReaderImpl.java118 private boolean fBindNamespaces = true; field in class:XMLStreamReaderImpl
271 fBindNamespaces = ((Boolean)fPropertyManager.getProperty(XMLInputFactory.IS_NAMESPACE_AWARE)).booleanValue();

Completed in 36 milliseconds