| Package | Description |
|---|---|
| org.apache.batik.transcoder.svg2svg | |
| org.apache.batik.xml |
| 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 java.lang.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected XMLException |
XMLScanner.createXMLException(java.lang.String message) |
Returns an XMLException initialized with the given message key.
|
| 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 |
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(java.lang.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...
|
| Constructor | Description |
|---|---|
XMLScanner(java.io.InputStream is,
java.lang.String enc) |
Creates a new XML scanner.
|
XMLScanner(java.io.Reader r) |
Creates a new XML scanner.
|
XMLScanner(java.lang.String s) |
Creates a new XML scanner.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.