Class StreamingParser
- java.lang.Object
-
- org.apache.synapse.util.streaming_xpath.custom.StreamingParser
-
public class StreamingParser extends Object
-
-
Constructor Summary
Constructors Constructor Description StreamingParser()
-
Method Summary
-
-
-
Method Detail
-
getCurrentComp
public ParserComponent getCurrentComp()
-
setCurrentComp
public void setCurrentComp(ParserComponent currentComp)
-
process
public String process(InputStream xmlIn) throws XMLStreamException
- Throws:
XMLStreamException
-
process
public String process(org.apache.axiom.om.OMElement documentElement) throws XMLStreamException
- Throws:
XMLStreamException
-
GetChild_GetCurrent
public StreamingParser GetChild_GetCurrent()
-
GetChild_GetCurrentMatch
public StreamingParser GetChild_GetCurrentMatch(String localName, String nameSpace)
-
GetChild_FirstChild
public StreamingParser GetChild_FirstChild()
-
GetChild_GetChildrenByName
public StreamingParser GetChild_GetChildrenByName(String localName, String nameSpace)
-
GetChild_GetChildrenByNameRelative
public StreamingParser GetChild_GetChildrenByNameRelative(String localName, String nameSpace)
-
GetChild_GetChildrenWithChild
public StreamingParser GetChild_GetChildrenWithChild(String localName, String nameSpace)
-
GetChild_GetChildrenWithChildValue
public StreamingParser GetChild_GetChildrenWithChildValue(String localName, String nameSpace, String value)
-
GetChild_GetChildrenWithAttribute
public StreamingParser GetChild_GetChildrenWithAttribute(String localName, String nameSpace)
-
GetChild_GetChildrenWithAttributeValue
public StreamingParser GetChild_GetChildrenWithAttributeValue(String localName, String nameSpace, String value)
-
GetChild_GetAttribute
public StreamingParser GetChild_GetAttribute(String localName, String nameSpace)
-
getFirstComp
public ParserComponent getFirstComp()
-
processOM
public void processOM(org.apache.axiom.om.OMElement om)
-
-