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

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLDocument.java674 int doctypeTokenIndex = getDoctypeTokenIndex();
675 if (doctypeTokenIndex != -1) {
680 if (nextToken.getTokenIndex() == doctypeTokenIndex) {
1041 doctypeTokenIndex = index;
1051 return doctypeTokenIndex;
1068 private int doctypeTokenIndex = -1; field in class:XMLDocument
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLDocument.java674 int doctypeTokenIndex = getDoctypeTokenIndex();
675 if (doctypeTokenIndex != -1) {
680 if (nextToken.getTokenIndex() == doctypeTokenIndex) {
1041 doctypeTokenIndex = index;
1051 return doctypeTokenIndex;
1068 private int doctypeTokenIndex = -1; field in class:XMLDocument

Completed in 24 milliseconds