|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.transcoder.svg2svg.OutputManager.AttributeInfo
To store the informations about an attribute.
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 '='. |
java.lang.String |
value
The attribute value. |
Constructor Summary | |
OutputManager.AttributeInfo(char[] sp,
char[] n,
char[] sp1,
char[] sp2,
java.lang.String val,
char delim,
boolean entity)
Creates a new AttributeInfo. |
Method Summary | |
boolean |
isAttribute(java.lang.String s)
Tells whether the name of the attribute represented by this class equals the given string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public char[] space
public char[] name
public char[] space1
public char[] space2
public java.lang.String value
public char delimiter
public boolean entityReferences
Constructor Detail |
public OutputManager.AttributeInfo(char[] sp, char[] n, char[] sp1, char[] sp2, java.lang.String val, char delim, boolean entity)
Method Detail |
public boolean isAttribute(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |