|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LexicalException | |
org.apache.batik.transcoder.svg2svg | |
org.apache.batik.xml.scanner |
Uses of LexicalException in org.apache.batik.transcoder.svg2svg |
Methods in org.apache.batik.transcoder.svg2svg that throw LexicalException | |
protected void |
PrettyPrinter.printXMLDecl()
Prints the XML declaration. |
protected void |
PrettyPrinter.printPI()
Prints a processing instruction. |
protected void |
PrettyPrinter.printDoctype()
Prints the doctype. |
protected void |
PrettyPrinter.printElement()
Prints an element. |
protected void |
PrettyPrinter.printContent()
Prints the content of an element. |
protected void |
PrettyPrinter.printNotation()
Prints a notation declaration. |
protected void |
PrettyPrinter.printAttlist()
Prints an ATTLIST declaration. |
protected void |
PrettyPrinter.printEntityDeclaration()
Prints an entity declaration. |
protected void |
PrettyPrinter.printElementDeclaration()
Prints an element declaration. |
protected void |
PrettyPrinter.printChildren()
Prints the children of an element declaration. |
Uses of LexicalException in org.apache.batik.xml.scanner |
Methods in org.apache.batik.xml.scanner that return LexicalException | |
protected LexicalException |
AbstractScanner.createException(java.lang.String message)
Returns a LexicalException initialized with the given message. |
Methods in org.apache.batik.xml.scanner that throw LexicalException | |
protected int |
AbstractScanner.readIdentifier(java.lang.String s,
int type,
int ntype)
Reads the given identifier. |
protected int |
AbstractScanner.readName(int type)
Reads a name. |
protected int |
AbstractScanner.readNmtoken()
Reads a Nmtoken. |
protected int |
AbstractScanner.readComment()
Reads a comment. |
protected int |
AbstractScanner.readString()
Reads a simple string, like the ones used for version, encoding, public/system identifiers... |
protected int |
AbstractScanner.readReference()
Reads an entity or character reference. |
protected int |
AbstractScanner.readPEReference()
Reads a parameter entity reference. |
protected int |
AbstractScanner.readPIStart()
Reads a processing instruction start. |
int |
DocumentScanner.next()
Advances to the next lexical unit. |
int |
DocumentScanner.next(int context)
Advances to the next lexical unit. |
protected int |
DocumentScanner.nextInElementDeclaration()
Returns the next lexical unit in the context of a element declaration. |
protected int |
DocumentScanner.nextInAttList()
Returns the next lexical unit in the context of an attribute list. |
protected int |
DocumentScanner.nextInNotationType()
Returns the next lexical unit in the context of a notation type. |
protected int |
DocumentScanner.nextInEnumeration()
Returns the next lexical unit in the context of an enumeration. |
protected int |
DocumentScanner.nextInNotation()
Returns the next lexical unit in the context of a notation. |
protected int |
DocumentScanner.nextInEntity()
Returns the next lexical unit in the context of an entity. |
protected int |
DocumentScanner.nextInEntityValue(char sd)
Returns the next lexical unit in the context of an entity value. |
protected int |
DocumentScanner.nextInDocumentStart()
Reads the first token in the stream. |
protected int |
DocumentScanner.nextInTopLevel()
Advances to the next lexical unit in the top level context. |
protected int |
DocumentScanner.nextInPI()
Returns the next lexical unit in the context of a processing instruction. |
protected int |
DocumentScanner.nextInStartTag()
Returns the next lexical unit in the context of a start tag. |
protected int |
DocumentScanner.nextInAttributeValue(char sd)
Returns the next lexical unit in the context of an attribute value. |
protected int |
DocumentScanner.nextInContent()
Returns the next lexical unit in the context of an element content. |
protected int |
DocumentScanner.nextInEndTag()
Returns the next lexical unit in the context of a end tag. |
protected int |
DocumentScanner.nextInCDATASection()
Returns the next lexical unit in the context of a CDATA section. |
protected int |
DocumentScanner.nextInXMLDecl()
Returns the next lexical unit in the context of an XML declaration. |
protected int |
DocumentScanner.nextInDoctype()
Returns the next lexical unit in the context of a doctype. |
protected int |
DocumentScanner.nextInDTDDeclarations()
Returns the next lexical unit in the context dtd declarations. |
Constructors in org.apache.batik.xml.scanner that throw LexicalException | |
AbstractScanner(java.io.Reader r)
Creates a new AbstractScanner object. |
|
DocumentScanner(java.io.Reader r)
Creates a new DocumentScanner object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |