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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallingContext.java232 * (The value of {@link UnmarshallingContext#nsLen} when this state is pushed.
273 n.numNsDecl = nsLen;
450 nsLen=0;
802 private int nsLen=0; field in class:UnmarshallingContext
805 if(nsBind.length==nsLen) {
807 String[] n = new String[nsLen*2];
808 System.arraycopy(nsBind,0,n,0,nsLen);
811 nsBind[nsLen++] = prefix;
812 nsBind[nsLen++] = uri;
815 nsLen
[all...]

Completed in 43 milliseconds