|
||||||||||
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. |
String |
getCharacterEncoding()
Returns the encoding style of the XML data |
OMElement |
getDocumentElement()
|
Object |
getParser()
Allows to access the underlying parser. |
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(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()
Object getParser()
boolean isCompleted()
OMElement getDocumentElement()
short getBuilderType()
OMConstants.PUSH_TYPE_BUILDER
or OMConstants.PULL_TYPE_BUILDER
.
void registerExternalContentHandler(Object obj)
obj
- Object getRegisteredContentHandler()
String getCharacterEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |