public XMLInputStream newXMLInputStream()
{ return newXMLInputStream(null); }
public XMLInputStream newXMLInputStream(XmlOptions options)
{ XmlCursor cur = newCursorForce(); try { return cur.newXMLInputStream(makeInnerOptions(options)); } finally { cur.dispose(); } }
public XMLStreamReader newXMLStreamReader()
{ return newXMLStreamReader(null); }
public XMLStreamReader newXMLStreamReader(XmlOptions options)