|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildText
This interface organizes textual information for the builder package.
Nested Class Summary | |
---|---|
static class |
BuildText.Type
Token types. |
Field Summary | |
---|---|
static String |
AFTERROOT
Builder error. |
static byte[] |
ANY
DTD: ANY ELEMENT. |
static String |
ATTCHAR
Scanner Error. |
static String |
ATTCLOSE
Scanner Error. |
static byte[] |
ATTL
DTD: ATTLIST. |
static String |
BEFOREROOT
Builder error. |
static byte[] |
CD
DTD: CDATA ELEMENT. |
static byte[] |
CDATA
CDATA token. |
static String |
CDATASEC
Scanner Error. |
static String |
CHARACTER
Scanner Error. |
static String |
CLOSING
Scanner Error. |
static String |
CLOSINGTAG
Builder error: Tag Mismatch. |
static String |
COMMDASH
Scanner Error. |
static byte[] |
COMS
DTD: |
static byte[] |
COND
DTD: NOTATION. |
static byte[] |
CONE
DTD: NOTATION. |
static String |
CONTCDATA
Scanner Error. |
static String |
DECLENCODE
Scanner Error. |
static String |
DECLSTANDALONE
Scanner Error. |
static String |
DECLSTART
Scanner Error. |
static String |
DECLVERSION
Scanner Error. |
static String |
DECLWRONG
Scanner Error. |
static byte[] |
DOCDECL
DTD: XML. |
static String |
DOCEMPTY
Scanner error. |
static String |
DOCOPEN
Parser Error. |
static byte[] |
DOCTYPE
DTD: Doctype. |
static byte[] |
ELEM
DTD: ELEMENT. |
static byte[] |
EMP
DTD: EMPTY ELEMENT. |
static byte[] |
ENCOD
XML Document Encoding. |
static byte[] |
ENT
DTD: ENTITY. |
static byte[] |
ENT1
DTD: ENTITY ELEMENT. |
static byte[] |
ENTS
DTD: ENTITIES ELEMENT. |
static String |
ERRDT
DTD Error. |
static byte[] |
FIX
DTD: FIXED ELEMENT. |
static byte[] |
ID
DTD: ID ELEMENT. |
static byte[] |
IDR
DTD: IDREF ELEMENT. |
static byte[] |
IDRS
DTD: IDREFS ELEMENT. |
static byte[] |
IGNO
DTD: NOTATION. |
static byte[] |
IMP
DTD: IMPLIED ELEMENT. |
static byte[] |
INCL
DTD: NOTATION. |
static String |
INVALIDENTITY
Scanner Error. |
static String |
INVEND
Scanner Error. |
static String |
INVNAME
Scanner Error. |
static String |
INVPE
Scanner Error. |
static String |
LIMITATT
Builder error. |
static String |
LIMITATTS
Builder error. |
static String |
LIMITNS
Builder error. |
static String |
LIMITRANGE
Builder error. |
static String |
LIMITTAGS
Builder error. |
static String |
MOREROOTS
Builder error: Tag Mismatch. |
static byte[] |
ND
DTD: NDATA ELEMENT. |
static byte[] |
NMT
DTD: NMTOKEN ELEMENT. |
static byte[] |
NMTS
DTD: NMTOKENS ELEMENT. |
static byte[] |
NOT
DTD: NOTATION ELEMENT. |
static byte[] |
NOTA
DTD: NOTATION. |
static String |
NOWS
Scanner Error. |
static String |
PARSEINVALID
Parser Error. |
static byte[] |
PC
DTD: #PCDATA ELEMENT. |
static String |
PIRES
Scanner Error. |
static String |
PITEXT
Scanner Error. |
static String |
PUBID
Parser Error. |
static byte[] |
PUBLIC
DTD: Public. |
static String |
RECENT
Scanner Error. |
static byte[] |
REQ
DTD: REQUIRED ELEMENT. |
static String |
SCANQUOTE
Parser Error. |
static byte[] |
SEMI
Ampersand. |
static byte[] |
STANDALONE
XML Document Standalone flag. |
static byte[] |
STANDNO
XML Document Standalone flag. |
static byte[] |
STANDYES
XML Document Standalone flag. |
static byte[] |
SYSTEM
DTD: System. |
static String |
TEXTENC
Scanner Error. |
static String |
TYPEAFTER
Scanner Error. |
static String |
UNCLOSED
Scanner Error. |
static String |
UNKNOWNENTITY
Scanner Error. |
static String |
UNKNOWNPE
Scanner Error. |
static byte[] |
VERS
XML Document Version. |
static byte[] |
VERS10
XML Document Version. |
static byte[] |
VERS11
XML Document Version. |
static String |
WRONGCHAR
Scanner Error. |
static String |
WSERROR
DTD Whitespace error. |
static byte[] |
XDECL
DTD: XML. |
static String |
XMLCHAR
Scanner Error. |
Field Detail |
---|
static final String BEFOREROOT
static final String AFTERROOT
static final String CLOSINGTAG
static final String MOREROOTS
static final String LIMITNS
static final String LIMITRANGE
static final String LIMITTAGS
static final String LIMITATTS
static final String LIMITATT
static final String PARSEINVALID
static final String DOCOPEN
static final String DOCEMPTY
static final String UNCLOSED
static final String CONTCDATA
static final String CDATASEC
static final String XMLCHAR
static final String CHARACTER
static final String CLOSING
static final String COMMDASH
static final String ATTCHAR
static final String ATTCLOSE
static final String PITEXT
static final String PIRES
static final String DECLVERSION
static final String DECLSTART
static final String TEXTENC
static final String DECLWRONG
static final String DECLENCODE
static final String DECLSTANDALONE
static final String UNKNOWNENTITY
static final String INVALIDENTITY
static final String TYPEAFTER
static final String SCANQUOTE
static final String PUBID
static final String NOWS
static final String WRONGCHAR
static final String INVNAME
static final String INVEND
static final String UNKNOWNPE
static final String INVPE
static final String RECENT
static final String WSERROR
static final String ERRDT
static final byte[] SEMI
static final byte[] CDATA
static final byte[] VERS
static final byte[] VERS10
static final byte[] VERS11
static final byte[] ENCOD
static final byte[] STANDALONE
static final byte[] STANDYES
static final byte[] STANDNO
static final byte[] DOCDECL
static final byte[] DOCTYPE
static final byte[] SYSTEM
static final byte[] PUBLIC
static final byte[] COMS
static final byte[] NOTA
static final byte[] ELEM
static final byte[] ATTL
static final byte[] ENT
static final byte[] COND
static final byte[] CONE
static final byte[] INCL
static final byte[] IGNO
static final byte[] XDECL
static final byte[] EMP
static final byte[] ANY
static final byte[] PC
static final byte[] CD
static final byte[] ND
static final byte[] ID
static final byte[] IDR
static final byte[] IDRS
static final byte[] ENTS
static final byte[] ENT1
static final byte[] NMT
static final byte[] NMTS
static final byte[] NOT
static final byte[] REQ
static final byte[] IMP
static final byte[] FIX
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |