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 voidPrettyPrinter.printAttlist()Prints an ATTLIST declaration.protected voidPrettyPrinter.printChildren()Prints the children of an element declaration.protected voidPrettyPrinter.printContent(boolean spaceAtStart) Prints the content of an element.protected voidPrettyPrinter.printDoctype()Prints the doctype.protected StringPrettyPrinter.printElement()Prints an element.protected voidPrettyPrinter.printElementDeclaration()Prints an element declaration.protected voidPrettyPrinter.printEntityDeclaration()Prints an entity declaration.protected voidPrettyPrinter.printNotation()Prints a notation declaration.protected voidPrettyPrinter.printPI()Prints a processing instruction.protected voidPrettyPrinter.printXMLDecl()Prints the XML declaration. -
Uses of XMLException in org.apache.batik.xml
Methods in org.apache.batik.xml that return XMLExceptionModifier and TypeMethodDescriptionprotected XMLExceptionXMLScanner.createXMLException(String message) Returns an XMLException initialized with the given message key.Methods in org.apache.batik.xml that throw XMLExceptionModifier and TypeMethodDescriptionintXMLScanner.next()Advances to the next lexical unit.intXMLScanner.next(int ctx) Advances to the next lexical unit.protected intXMLScanner.nextInAttList()Returns the next lexical unit in the context of an attribute list.protected intXMLScanner.nextInAttributeValue()Returns the next lexical unit in the context of an attribute value.protected intXMLScanner.nextInCDATASection()Returns the next lexical unit in the context of a CDATA section.protected intXMLScanner.nextInContent()Returns the next lexical unit in the context of an element content.protected intXMLScanner.nextInDoctype()Returns the next lexical unit in the context of a doctype.protected intXMLScanner.nextInDocumentStart()Reads the first token in the stream.protected intXMLScanner.nextInDTDDeclarations()Returns the next lexical unit in the context dtd declarations.protected intXMLScanner.nextInElementDeclaration()Returns the next lexical unit in the context of a element declaration.protected intXMLScanner.nextInEndTag()Returns the next lexical unit in the context of a end tag.protected intXMLScanner.nextInEntity()Returns the next lexical unit in the context of an entity.protected intXMLScanner.nextInEntityValue()Returns the next lexical unit in the context of an entity value.protected intXMLScanner.nextInEnumeration()Returns the next lexical unit in the context of an enumeration.protected intXMLScanner.nextInNotation()Returns the next lexical unit in the context of a notation.protected intXMLScanner.nextInNotationType()Returns the next lexical unit in the context of a notation type.protected intXMLScanner.nextInPI()Returns the next lexical unit in the context of a processing instruction.protected intXMLScanner.nextInStartTag()Returns the next lexical unit in the context of a start tag.protected intXMLScanner.nextInTopLevel()Advances to the next lexical unit in the top level context.protected intXMLScanner.nextInXMLDecl()Returns the next lexical unit in the context of an XML declaration.protected intXMLScanner.readComment()Reads a comment.protected intXMLScanner.readIdentifier(String s, int type, int ntype) Reads the given identifier.protected intXMLScanner.readName(int type) Reads a name.protected intXMLScanner.readNmtoken()Reads a Nmtoken.protected intXMLScanner.readPEReference()Reads a parameter entity reference.protected intXMLScanner.readPIStart()Reads a processing instruction start.protected intXMLScanner.readReference()Reads an entity or character reference.protected intXMLScanner.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.