Searched defs:collectText (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DSAXUnmarshallerHandlerImpl.java70 return collectText[stackTop];
366 * Stack of collectText flag.
371 private boolean[] collectText = new boolean[16]; field in class:SAXUnmarshallerHandlerImpl
385 boolean[] buf3 = new boolean[collectText.length*2];
386 System.arraycopy(collectText,0,buf3,0,collectText.length);
387 collectText = buf3;
442 collectText[stackTop] = collectTextFlag;
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DSAXUnmarshallerHandlerImpl.java70 return collectText[stackTop];
366 * Stack of collectText flag.
371 private boolean[] collectText = new boolean[16]; field in class:SAXUnmarshallerHandlerImpl
385 boolean[] buf3 = new boolean[collectText.length*2];
386 System.arraycopy(collectText,0,buf3,0,collectText.length);
387 collectText = buf3;
442 collectText[stackTop] = collectTextFlag;
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DSAXUnmarshallerHandlerImpl.java70 return collectText[stackTop];
366 * Stack of collectText flag.
371 private boolean[] collectText = new boolean[16]; field in class:SAXUnmarshallerHandlerImpl
385 boolean[] buf3 = new boolean[collectText.length*2];
386 System.arraycopy(collectText,0,buf3,0,collectText.length);
387 collectText = buf3;
442 collectText[stackTop] = collectTextFlag;
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DSAXUnmarshallerHandlerImpl.java70 return collectText[stackTop];
366 * Stack of collectText flag.
371 private boolean[] collectText = new boolean[16]; field in class:SAXUnmarshallerHandlerImpl
385 boolean[] buf3 = new boolean[collectText.length*2];
386 System.arraycopy(collectText,0,buf3,0,collectText.length);
387 collectText = buf3;
442 collectText[stackTop] = collectTextFlag;
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DSAXUnmarshallerHandlerImpl.java70 return collectText[stackTop];
366 * Stack of collectText flag.
371 private boolean[] collectText = new boolean[16]; field in class:SAXUnmarshallerHandlerImpl
385 boolean[] buf3 = new boolean[collectText.length*2];
386 System.arraycopy(collectText,0,buf3,0,collectText.length);
387 collectText = buf3;
442 collectText[stackTop] = collectTextFlag;
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DSAXUnmarshallerHandlerImpl.java70 return collectText[stackTop];
366 * Stack of collectText flag.
371 private boolean[] collectText = new boolean[16]; field in class:SAXUnmarshallerHandlerImpl
385 boolean[] buf3 = new boolean[collectText.length*2];
386 System.arraycopy(collectText,0,buf3,0,collectText.length);
387 collectText = buf3;
442 collectText[stackTop] = collectTextFlag;
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DSAXUnmarshallerHandlerImpl.java70 return collectText[stackTop];
366 * Stack of collectText flag.
371 private boolean[] collectText = new boolean[16]; field in class:SAXUnmarshallerHandlerImpl
385 boolean[] buf3 = new boolean[collectText.length*2];
386 System.arraycopy(collectText,0,buf3,0,collectText.length);
387 collectText = buf3;
442 collectText[stackTop] = collectTextFlag;

Completed in 31 milliseconds