org.apache.batik.transcoder.svg2svg
public static class OutputManager.AttributeInfo extends Object
Field Summary | |
---|---|
char | delimiter
The attribute value delimiter. |
boolean | entityReferences
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 '='. |
String | value
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 | |
---|---|
boolean | isAttribute(String s)
Tells whether the name of the attribute represented by this class
equals the given string. |