|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLException | |
org.apache.batik.transcoder.svg2svg | |
org.apache.batik.xml |
Uses of XMLException in org.apache.batik.transcoder.svg2svg |
Methods in org.apache.batik.transcoder.svg2svg that throw XMLException | |
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 XMLException in org.apache.batik.xml |
Methods in org.apache.batik.xml that return XMLException | |
protected XMLException |
XMLScanner.createXMLException(java.lang.String message)
Returns an XMLException initialized with the given message key. |
Methods in org.apache.batik.xml that throw XMLException | |
int |
XMLScanner.next()
Advances to the next lexical unit. |
int |
XMLScanner.next(int ctx)
Advances to the next lexical unit. |
protected int |
XMLScanner.nextInDocumentStart()
Reads the first token in the stream. |
protected int |
XMLScanner.nextInTopLevel()
Advances to the next lexical unit in the top level context. |
protected int |
XMLScanner.nextInPI()
Returns the next lexical unit in the context of a processing instruction. |
protected int |
XMLScanner.nextInStartTag()
Returns the next lexical unit in the context of a start tag. |
protected int |
XMLScanner.nextInAttributeValue()
Returns the next lexical unit in the context of an attribute value. |
protected int |
XMLScanner.nextInContent()
Returns the next lexical unit in the context of an element content. |
protected int |
XMLScanner.nextInEndTag()
Returns the next lexical unit in the context of a end tag. |
protected int |
XMLScanner.nextInCDATASection()
Returns the next lexical unit in the context of a CDATA section. |
protected int |
XMLScanner.nextInXMLDecl()
Returns the next lexical unit in the context of an XML declaration. |
protected int |
XMLScanner.nextInDoctype()
Returns the next lexical unit in the context of a doctype. |
protected int |
XMLScanner.nextInDTDDeclarations()
Returns the next lexical unit in the context dtd declarations. |
protected int |
XMLScanner.readString()
Reads a simple string, like the ones used for version, encoding, public/system identifiers... |
protected int |
XMLScanner.readComment()
Reads a comment. |
protected int |
XMLScanner.readIdentifier(java.lang.String s,
int type,
int ntype)
Reads the given identifier. |
protected int |
XMLScanner.readName(int type)
Reads a name. |
protected int |
XMLScanner.readPIStart()
Reads a processing instruction start. |
protected int |
XMLScanner.nextInElementDeclaration()
Returns the next lexical unit in the context of a element declaration. |
protected int |
XMLScanner.nextInAttList()
Returns the next lexical unit in the context of an attribute list. |
protected int |
XMLScanner.nextInNotation()
Returns the next lexical unit in the context of a notation. |
protected int |
XMLScanner.nextInEntity()
Returns the next lexical unit in the context of an entity. |
protected int |
XMLScanner.nextInEntityValue()
Returns the next lexical unit in the context of an entity value. |
protected int |
XMLScanner.nextInNotationType()
Returns the next lexical unit in the context of a notation type. |
protected int |
XMLScanner.nextInEnumeration()
Returns the next lexical unit in the context of an enumeration. |
protected int |
XMLScanner.readReference()
Reads an entity or character reference. |
protected int |
XMLScanner.readPEReference()
Reads a parameter entity reference. |
protected int |
XMLScanner.readNmtoken()
Reads a Nmtoken. |
Constructors in org.apache.batik.xml that throw XMLException | |
XMLScanner(java.io.Reader r)
Creates a new XML scanner. |
|
XMLScanner(java.io.InputStream is,
java.lang.String enc)
Creates a new XML scanner. |
|
XMLScanner(java.lang.String s)
Creates a new XML scanner. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |