|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OMXMLParserWrapper
Interface OMXMLParserWrapper
Method Summary | |
---|---|
void |
discard(OMElement el)
Discards the current element. |
short |
getBuilderType()
Returns the type of the builder. |
java.lang.String |
getCharacterEncoding()
Returns the encoding style of the XML data |
OMElement |
getDocumentElement()
|
java.lang.Object |
getParser()
Allows to access the underlying parser. |
java.lang.Object |
getRegisteredContentHandler()
get the registered external content handler |
boolean |
isCache()
|
boolean |
isCompleted()
|
int |
next()
Proceed the parser one step and return the event value. |
void |
registerExternalContentHandler(java.lang.Object obj)
Registers an external content handler. |
void |
setCache(boolean b)
|
Method Detail |
---|
int next() throws OMException
OMException
OMException
void discard(OMElement el) throws OMException
el
-
OMException
OMException
void setCache(boolean b) throws OMException
b
-
OMException
OMException
boolean isCache()
java.lang.Object getParser()
boolean isCompleted()
OMElement getDocumentElement()
short getBuilderType()
void registerExternalContentHandler(java.lang.Object obj)
obj
- java.lang.Object getRegisteredContentHandler()
java.lang.String getCharacterEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |