public static class OutputManager.AttributeInfo extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AttributeInfo(char[] sp,
char[] n,
char[] sp1,
char[] sp2,
String val,
char delim,
boolean entity)
Creates a new AttributeInfo.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAttribute(String s)
Tells whether the name of the attribute represented by this class
equals the given string.
|
public char[] space
public char[] name
public char[] space1
public char[] space2
public String value
public char delimiter
public boolean entityReferences
public AttributeInfo(char[] sp, char[] n, char[] sp1, char[] sp2, String val, char delim, boolean entity)
public boolean isAttribute(String s)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.