|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.impl.builder.StAXBuilder
org.apache.axiom.om.impl.builder.StAXOMBuilder
org.apache.abdera.parser.stax.FOMBuilder
public class FOMBuilder
Field Summary |
---|
Fields inherited from class org.apache.axiom.om.impl.builder.StAXBuilder |
---|
_isClosed, _releaseParserOnClose, cache, charEncoding, customBuilderForPayload, customBuilders, document, done, elementLevel, isDataHandlerAware, lastNode, maxDepthForCustomBuilders, omfactory, parser, parserAccessed |
Constructor Summary | |
---|---|
FOMBuilder(FOMFactory factory,
javax.xml.stream.XMLStreamReader parser,
ParserOptions parserOptions)
|
Method Summary | ||
---|---|---|
protected org.apache.axiom.om.OMElement |
constructNode(org.apache.axiom.om.OMContainer parent,
String name)
|
|
protected org.apache.axiom.om.OMNode |
createOMElement()
|
|
protected org.apache.axiom.om.OMNode |
createOMText(String value,
int textType)
Method createOMText. |
|
protected void |
endElement()
|
|
protected Content.Type |
getContentType()
|
|
org.apache.axiom.om.OMDocument |
getDocument()
|
|
FOMFactory |
getFactory()
|
|
|
getFomDocument()
|
|
ParserOptions |
getParserOptions()
|
|
protected Text.Type |
getTextType()
|
|
int |
next()
Method next. |
|
protected void |
processAttributes(org.apache.axiom.om.OMElement node)
|
Methods inherited from class org.apache.axiom.om.impl.builder.StAXOMBuilder |
---|
createComment, createDTD, createNextOMElement, createPI, createPrefix, createWithCustomBuilder, getDocumentElement, isLookahead, isNamespaceURIInterning, logParserState, lookahead, processNamespaceData, setDoDebug, setNamespaceURIInterning |
Methods inherited from class org.apache.axiom.om.impl.builder.StAXBuilder |
---|
close, createOMText, discard, getAttributeCount, getAttributeName, getAttributeNamespace, getAttributePrefix, getBuilderType, getCharacterEncoding, getCharsetEncoding, getCustomBuilder, getLastNode, getName, getNamespace, getNamespaceCount, getNamespacePrefix, getNamespaceUri, getParser, getPrefix, getReaderProperty, getRegisteredContentHandler, getText, init, isCache, isClosed, isCompleted, isDataHandlerAware, registerCustomBuilder, registerCustomBuilderForPayload, registerExternalContentHandler, releaseParserOnClose, reset, setCache, setIsDataHandlerAware, setOMBuilderFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FOMBuilder(FOMFactory factory, javax.xml.stream.XMLStreamReader parser, ParserOptions parserOptions)
Method Detail |
---|
public ParserOptions getParserOptions()
protected org.apache.axiom.om.OMNode createOMElement() throws org.apache.axiom.om.OMException
createOMElement
in class org.apache.axiom.om.impl.builder.StAXOMBuilder
org.apache.axiom.om.OMException
protected Text.Type getTextType()
protected Content.Type getContentType()
public int next() throws org.apache.axiom.om.OMException
next
in interface org.apache.axiom.om.OMXMLParserWrapper
next
in class org.apache.axiom.om.impl.builder.StAXOMBuilder
org.apache.axiom.om.OMException
protected org.apache.axiom.om.OMElement constructNode(org.apache.axiom.om.OMContainer parent, String name)
protected void processAttributes(org.apache.axiom.om.OMElement node)
processAttributes
in class org.apache.axiom.om.impl.builder.StAXBuilder
protected void endElement()
endElement
in class org.apache.axiom.om.impl.builder.StAXOMBuilder
public <T extends Element> Document<T> getFomDocument()
public org.apache.axiom.om.OMDocument getDocument()
getDocument
in class org.apache.axiom.om.impl.builder.StAXBuilder
public FOMFactory getFactory()
protected org.apache.axiom.om.OMNode createOMText(String value, int textType) throws org.apache.axiom.om.OMException
org.apache.axiom.om.OMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |