Uses of Class
org.apache.batik.xml.XMLException

Packages that use XMLException
  • Uses of XMLException in org.apache.batik.transcoder.svg2svg

    Modifier and Type
    Method
    Description
    protected 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 XMLException
    Modifier and Type
    Method
    Description
    protected XMLException
    XMLScanner.createXMLException(String message)
    Returns an XMLException initialized with the given message key.
    Methods in org.apache.batik.xml that throw XMLException
    Modifier and Type
    Method
    Description
    int
    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
    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
    Returns the next lexical unit in the context dtd declarations.
    protected int
    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 XMLException
    Modifier
    Constructor
    Description
     
    Creates a new XML scanner.
     
    Creates a new XML scanner.
     
    Creates a new XML scanner.