Package org.apache.xmlbeans.impl.store
Class Jsr173
- java.lang.Object
-
- org.apache.xmlbeans.impl.store.Jsr173
-
public class Jsr173 extends Object
-
-
Constructor Summary
Constructors Constructor Description Jsr173()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static XMLStreamReadernewXmlStreamReader(Cur c, Object src, int off, int cch)static XMLStreamReadernewXmlStreamReader(Cur c, XmlOptions options)static NodenodeFromStream(XMLStreamReader xs)static NodenodeFromStreamImpl(org.apache.xmlbeans.impl.store.Jsr173.Jsr173GateWay gw)
-
-
-
Method Detail
-
nodeFromStream
public static Node nodeFromStream(XMLStreamReader xs)
-
nodeFromStreamImpl
public static Node nodeFromStreamImpl(org.apache.xmlbeans.impl.store.Jsr173.Jsr173GateWay gw)
-
newXmlStreamReader
public static XMLStreamReader newXmlStreamReader(Cur c, Object src, int off, int cch)
-
newXmlStreamReader
public static XMLStreamReader newXmlStreamReader(Cur c, XmlOptions options)
-
-