public static class OutputManager.AttributeInfo
extends java.lang.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 '='.
|
java.lang.String |
value
The attribute value.
|
Constructor and Description |
---|
AttributeInfo(char[] sp,
char[] n,
char[] sp1,
char[] sp2,
java.lang.String val,
char delim,
boolean entity)
Creates a new AttributeInfo.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAttribute(java.lang.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 java.lang.String value
public char delimiter
public boolean entityReferences
Copyright © 2022 Apache Software Foundation. All Rights Reserved.