1 16 package org.apache.axis2.om; 17 18 21 public interface OMXMLParserWrapper { 22 29 int next() throws OMException; 30 31 39 void discard(OMElement el) throws OMException; 40 41 46 void setCache(boolean b) throws OMException; 47 48 56 Object getParser(); 57 58 61 boolean isCompleted(); 62 63 66 OMElement getDocumentElement(); 67 68 75 short getBuilderType(); 76 77 84 void registerExternalContentHandler(Object obj); 85 86 91 Object getRegisteredContentHandler(); 92 } 93 | Popular Tags |