Package org.mule.runtime.ast.api.xml
Class AstXmlParserAttribute<T>
java.lang.Object
org.mule.runtime.ast.api.AstParserAttribute<T>
org.mule.runtime.ast.api.xml.AstXmlParserAttribute<T>
XML-specific parsing attributes.
- Since:
- 1.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AstXmlParserAttribute<Integer>static final AstXmlParserAttribute<Integer>static final AstXmlParserAttribute<Integer>static final AstXmlParserAttribute<Integer>static final AstXmlParserAttribute<Boolean>static final AstXmlParserAttribute<Boolean>static final AstXmlParserAttribute<Integer>static final AstXmlParserAttribute<Integer>static final AstXmlParserAttribute<Integer>static final AstXmlParserAttribute<Integer> -
Method Summary
Methods inherited from class org.mule.runtime.ast.api.AstParserAttribute
get, getKey, getRaw
-
Field Details
-
IS_CDATA
-
OPENING_TAG_START_LINE
-
OPENING_TAG_START_COLUMN
-
OPENING_TAG_END_LINE
-
OPENING_TAG_END_COLUMN
-
CLOSING_TAG_START_LINE
-
CLOSING_TAG_START_COLUMN
-
CLOSING_TAG_END_LINE
-
CLOSING_TAG_END_COLUMN
-
IS_SELF_CLOSING
-