|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.staxmate.SMInputFactory
public final class SMInputFactory
Factory class used to create SMInputCursor instances.
| Method Summary | |
|---|---|
static SMFlatteningCursor |
flatteningCursor(javax.xml.stream.XMLStreamReader sr,
SMFilter f)
|
static javax.xml.stream.XMLInputFactory |
getGlobalXMLInputFactory()
Convenience method that will get a lazily constructed shared XMLInputFactory instance. |
static SMHierarchicCursor |
hierarchicCursor(javax.xml.stream.XMLStreamReader sr,
SMFilter f)
|
static void |
main(java.lang.String[] args)
|
static SMHierarchicCursor |
rootCursor(javax.xml.stream.XMLStreamReader sr)
|
static SMHierarchicCursor |
rootElementCursor(javax.xml.stream.XMLStreamReader sr)
Return a nested cursor that will only ever iterate to one node, that is, the root element of the document reader is reading. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SMHierarchicCursor hierarchicCursor(javax.xml.stream.XMLStreamReader sr,
SMFilter f)
public static SMFlatteningCursor flatteningCursor(javax.xml.stream.XMLStreamReader sr,
SMFilter f)
public static SMHierarchicCursor rootElementCursor(javax.xml.stream.XMLStreamReader sr)
public static SMHierarchicCursor rootCursor(javax.xml.stream.XMLStreamReader sr)
public static javax.xml.stream.XMLInputFactory getGlobalXMLInputFactory()
throws javax.xml.stream.XMLStreamException
XMLInputFactory instance. Note that this instance
should only be used IFF:
javax.xml.stream.XMLStreamException
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||