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