com.bluecast.xml
public class Piccolo extends Object implements Parser, Locator, XMLReader
Field Summary | |
---|---|
static short | ANY |
static short | ATTLIST_START |
static short | CDATA |
static short | CLOSE_TAG |
static short | COMMA |
static short | COMMENT |
static short | CONDITIONAL_START |
static short | DOUBLE_RBRACKET_END |
static short | DTD_START |
static short | DTD_START_SKIPEXTERNAL |
static short | ELEMENT_DECL_START |
static short | EMPTY |
static short | EMPTY_TAG |
static short | ENTITIES |
static short | ENTITY |
static short | ENTITY_DECL_START |
static short | ENTITY_END |
static short | ENTITY_REF |
static short | ENUMERATION |
static short | EQ |
static short | EXTERNAL_ENTITY_REF |
static short | FIXED |
static short | ID |
static short | IDREF |
static short | IDREFS |
static short | IGNORE |
static short | IGNORED_CONDITIONAL_START |
static short | IMPLIED |
static short | INCLUDE |
static short | INTERNAL_ENTITY_REF |
static short | LBRACKET |
static short | LPAREN |
static short | MODIFIER |
static short | NAME |
static short | NDATA |
static short | NMTOKEN |
static short | NMTOKENS |
static short | NOTATION |
static short | NOTATION_START |
static short | OPEN_TAG |
static short | PCDATA |
static short | PERCENT |
static short | PI |
static short | PIPE |
static short | PLUS |
static short | PREFIXED_NAME |
static short | PUBLIC |
static short | QUESTION |
static short | RBRACKET_END |
static short | REQUIRED |
static short | RPAREN |
static short | SKIPPED_ENTITY_REF |
static short | STAR |
static short | STRING |
static short | SYSTEM |
static short | TAG_END |
static short | UNPREFIXED_NAME |
static short | WHITESPACE |
static short | XML_DOC_DECL |
static short | XML_DOC_OR_TEXT_DECL |
static short | XML_TEXT_DECL |
static short | YYERRCODE |
Constructor Summary | |
---|---|
Piccolo() | |
Piccolo(Piccolo template)
Create an instance with the same configuration
as the given instance. |
Method Summary | |
---|---|
int | getColumnNumber() |
ContentHandler | getContentHandler()
SAX2 methods
|
DTDHandler | getDTDHandler() |
String | getEncoding() |
EntityResolver | getEntityResolver() |
ErrorHandler | getErrorHandler() |
boolean | getFeature(String name) |
int | getLineNumber() |
Object | getProperty(String name) |
String | getPublicId() |
Locator | getStartLocator() |
String | getSystemId() |
String | getVersion() |
void | parse(InputSource source)
Methods common to both SAX1 and SAX2
|
void | parse(String sysID) |
void | setContentHandler(ContentHandler handler) |
void | setDebug(boolean debug) |
void | setDocumentHandler(DocumentHandler handler)
SAX1 methods
|
void | setDTDHandler(DTDHandler handler) |
void | setEntityResolver(EntityResolver resolver) |
void | setErrorHandler(ErrorHandler handler) |
void | setFeature(String name, boolean value) |
void | setLocale(Locale locale) |
void | setProperty(String name, Object value) |