Modifier and Type | Field and Description |
---|---|
public static final String | ERROR_BOTH_ATTRIBUTES
error - combined attributes not allowed |
public static final String | ERROR_NO_ATTRIBUTES
error - missing attribute |
public static final String | ERROR_NO_VALUE
error - no value |
public static final String | FEATURE
feature |
private String | |
public static final String | NOT_RECOGNIZED
error - not recognized |
public static final String | NOT_SUPPORTED
error - not supported |
public static final String | PROPERTY
property |
private String | |
private String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public boolean | |
public boolean | |
private XMLReader | |
public void | |
public void | |
public void |
ERROR_BOTH_ATTRIBUTES | back to summary |
---|---|
public static final String ERROR_BOTH_ATTRIBUTES error - combined attributes not allowed |
ERROR_NO_ATTRIBUTES | back to summary |
---|---|
public static final String ERROR_NO_ATTRIBUTES error - missing attribute |
ERROR_NO_VALUE | back to summary |
---|---|
public static final String ERROR_NO_VALUE error - no value |
FEATURE | back to summary |
---|---|
public static final String FEATURE feature |
feature | back to summary |
---|---|
private String feature |
NOT_RECOGNIZED | back to summary |
---|---|
public static final String NOT_RECOGNIZED error - not recognized |
NOT_SUPPORTED | back to summary |
---|---|
public static final String NOT_SUPPORTED error - not supported |
PROPERTY | back to summary |
---|---|
public static final String PROPERTY property |
property | back to summary |
---|---|
private String property |
value | back to summary |
---|---|
private String value |
ParserSupports | back to summary |
---|---|
public ParserSupports() |
eval | back to summary |
---|---|
public boolean eval() throws BuildException Implements org. Doc from org. Is this condition true?.
|
evalFeature | back to summary |
---|---|
public boolean evalFeature() Set a feature
|
evalProperty | back to summary |
---|---|
public boolean evalProperty() Set a property
|
getReader | back to summary |
---|---|
private XMLReader getReader() Get our reader
|
setFeature | back to summary |
---|---|
public void setFeature(String feature) Feature to probe for.
|
setProperty | back to summary |
---|---|
public void setProperty(String property) Property to probe for
|
setValue | back to summary |
---|---|
public void setValue(String value) Optional value to set. Converted to a boolean value when setting a property
|