Uses of Class
org.apache.batik.xml.XMLException
Packages that use XMLException
-
Uses of XMLException in org.apache.batik.transcoder.svg2svg
Methods in org.apache.batik.transcoder.svg2svg that throw XMLExceptionModifier and TypeMethodDescriptionprotected void
PrettyPrinter.printAttlist()
Prints an ATTLIST declaration.protected void
PrettyPrinter.printChildren()
Prints the children of an element declaration.protected void
PrettyPrinter.printContent
(boolean spaceAtStart) Prints the content of an element.protected void
PrettyPrinter.printDoctype()
Prints the doctype.protected String
PrettyPrinter.printElement()
Prints an element.protected void
PrettyPrinter.printElementDeclaration()
Prints an element declaration.protected void
PrettyPrinter.printEntityDeclaration()
Prints an entity declaration.protected void
PrettyPrinter.printNotation()
Prints a notation declaration.protected void
PrettyPrinter.printPI()
Prints a processing instruction.protected void
PrettyPrinter.printXMLDecl()
Prints the XML declaration. -
Uses of XMLException in org.apache.batik.xml
Methods in org.apache.batik.xml that return XMLExceptionModifier and TypeMethodDescriptionprotected XMLException
XMLScanner.createXMLException
(String message) Returns an XMLException initialized with the given message key.Methods in org.apache.batik.xml that throw XMLExceptionModifier and TypeMethodDescriptionint
XMLScanner.next()
Advances to the next lexical unit.int
XMLScanner.next
(int ctx) Advances to the next lexical unit.protected int
XMLScanner.nextInAttList()
Returns the next lexical unit in the context of an attribute list.protected int
XMLScanner.nextInAttributeValue()
Returns the next lexical unit in the context of an attribute value.protected int
XMLScanner.nextInCDATASection()
Returns the next lexical unit in the context of a CDATA section.protected int
XMLScanner.nextInContent()
Returns the next lexical unit in the context of an element content.protected int
XMLScanner.nextInDoctype()
Returns the next lexical unit in the context of a doctype.protected int
XMLScanner.nextInDocumentStart()
Reads the first token in the stream.protected int
XMLScanner.nextInDTDDeclarations()
Returns the next lexical unit in the context dtd declarations.protected int
XMLScanner.nextInElementDeclaration()
Returns the next lexical unit in the context of a element declaration.protected int
XMLScanner.nextInEndTag()
Returns the next lexical unit in the context of a end tag.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.nextInEnumeration()
Returns the next lexical unit in the context of an enumeration.protected int
XMLScanner.nextInNotation()
Returns the next lexical unit in the context of a notation.protected int
XMLScanner.nextInNotationType()
Returns the next lexical unit in the context of a notation type.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.nextInTopLevel()
Advances to the next lexical unit in the top level context.protected int
XMLScanner.nextInXMLDecl()
Returns the next lexical unit in the context of an XML declaration.protected int
XMLScanner.readComment()
Reads a comment.protected int
XMLScanner.readIdentifier
(String s, int type, int ntype) Reads the given identifier.protected int
XMLScanner.readName
(int type) Reads a name.protected int
XMLScanner.readNmtoken()
Reads a Nmtoken.protected int
XMLScanner.readPEReference()
Reads a parameter entity reference.protected int
XMLScanner.readPIStart()
Reads a processing instruction start.protected int
XMLScanner.readReference()
Reads an entity or character reference.protected int
XMLScanner.readString()
Reads a simple string, like the ones used for version, encoding, public/system identifiers...Constructors in org.apache.batik.xml that throw XMLExceptionModifierConstructorDescriptionXMLScanner
(InputStream is, String enc) Creates a new XML scanner.XMLScanner
(Reader r) Creates a new XML scanner.XMLScanner
(String s) Creates a new XML scanner.