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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DFI_StAX_SAX_Or_XML_SAX_SAXEvent.java51 boolean isFastInfosetDocument = Decoder.isFastInfosetDocument(document);
54 if (isFastInfosetDocument) {
H A DFI_DOM_Or_XML_DOM_SAX_SAXEvent.java51 boolean isFastInfosetDocument = Decoder.isFastInfosetDocument(document);
59 if (isFastInfosetDocument) {
H A DFI_SAX_Or_XML_SAX_SAXEvent.java52 boolean isFastInfosetDocument = Decoder.isFastInfosetDocument(document);
55 if (isFastInfosetDocument) {
H A DFI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent.java58 boolean isFastInfosetDocument = Decoder.isFastInfosetDocument(document);
65 if (isFastInfosetDocument) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java1992 static public boolean isFastInfosetDocument(InputStream s) throws IOException { method in class:Decoder

Completed in 36 milliseconds