org.apache.batik.transcoder.svg2svg

Class OutputManager.AttributeInfo

public static class OutputManager.AttributeInfo extends Object

To store the informations about an attribute.
Field Summary
chardelimiter
The attribute value delimiter.
booleanentityReferences
Whether the attribute value contains entity references.
char[]name
The attribute name.
char[]space
The space before the name.
char[]space1
The space before '='.
char[]space2
The space after '='.
Stringvalue
The attribute value.
Constructor Summary
AttributeInfo(char[] sp, char[] n, char[] sp1, char[] sp2, String val, char delim, boolean entity)
Creates a new AttributeInfo.
Method Summary
booleanisAttribute(String s)
Tells whether the name of the attribute represented by this class equals the given string.

Field Detail

delimiter

public char delimiter
The attribute value delimiter.

entityReferences

public boolean entityReferences
Whether the attribute value contains entity references.

name

public char[] name
The attribute name.

space

public char[] space
The space before the name.

space1

public char[] space1
The space before '='.

space2

public char[] space2
The space after '='.

value

public String value
The attribute value.

Constructor Detail

AttributeInfo

public AttributeInfo(char[] sp, char[] n, char[] sp1, char[] sp2, String val, char delim, boolean entity)
Creates a new AttributeInfo.

Method Detail

isAttribute

public boolean isAttribute(String s)
Tells whether the name of the attribute represented by this class equals the given string.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.