| |
|
| java.lang.Object org.h2.tools.doc.XMLParser
XMLParser | public class XMLParser (Code) | | This class implements a simple XML pull parser.
Only a subset of the XML pull parser API is implemented.
|
ATTRIBUTE | final public static int ATTRIBUTE(Code) | | |
CDATA | final public static int CDATA(Code) | | |
CHARACTERS | final public static int CHARACTERS(Code) | | |
COMMENT | final public static int COMMENT(Code) | | |
DTD | final public static int DTD(Code) | | |
END_DOCUMENT | final public static int END_DOCUMENT(Code) | | |
END_ELEMENT | final public static int END_ELEMENT(Code) | | |
ENTITY_DECLARATION | final public static int ENTITY_DECLARATION(Code) | | |
ENTITY_REFERENCE | final public static int ENTITY_REFERENCE(Code) | | |
ERROR | final public static int ERROR(Code) | | |
NAMESPACE | final public static int NAMESPACE(Code) | | |
NOTATION_DECLARATION | final public static int NOTATION_DECLARATION(Code) | | |
PROCESSING_INSTRUCTION | final public static int PROCESSING_INSTRUCTION(Code) | | |
SPACE | final public static int SPACE(Code) | | |
START_DOCUMENT | final public static int START_DOCUMENT(Code) | | |
START_ELEMENT | final public static int START_ELEMENT(Code) | | |
getAttributeCount | public int getAttributeCount()(Code) | | |
getAttributeLocalName | public String getAttributeLocalName(int index)(Code) | | |
getAttributeName | public String getAttributeName(int index)(Code) | | |
getAttributePrefix | public String getAttributePrefix(int index)(Code) | | |
getAttributeValue | public String getAttributeValue(int index)(Code) | | |
getEventType | public int getEventType()(Code) | | |
getPos | public int getPos()(Code) | | |
hasNext | public boolean hasNext()(Code) | | |
isWhiteSpace | public boolean isWhiteSpace()(Code) | | |
nextTag | public int nextTag()(Code) | | |
|
|
|