public class AstXmlParserAttribute<T> extends AstParserAttribute<T>
| Modifier and Type | Field and Description |
|---|---|
static AstXmlParserAttribute<Integer> |
CLOSING_TAG_END_COLUMN |
static AstXmlParserAttribute<Integer> |
CLOSING_TAG_END_LINE |
static AstXmlParserAttribute<Integer> |
CLOSING_TAG_START_COLUMN |
static AstXmlParserAttribute<Integer> |
CLOSING_TAG_START_LINE |
static AstXmlParserAttribute<Boolean> |
IS_CDATA |
static AstXmlParserAttribute<Boolean> |
IS_SELF_CLOSING |
static AstXmlParserAttribute<Integer> |
OPENING_TAG_END_COLUMN |
static AstXmlParserAttribute<Integer> |
OPENING_TAG_END_LINE |
static AstXmlParserAttribute<Integer> |
OPENING_TAG_START_COLUMN |
static AstXmlParserAttribute<Integer> |
OPENING_TAG_START_LINE |
public static final AstXmlParserAttribute<Boolean> IS_CDATA
public static final AstXmlParserAttribute<Integer> OPENING_TAG_START_LINE
public static final AstXmlParserAttribute<Integer> OPENING_TAG_START_COLUMN
public static final AstXmlParserAttribute<Integer> OPENING_TAG_END_LINE
public static final AstXmlParserAttribute<Integer> OPENING_TAG_END_COLUMN
public static final AstXmlParserAttribute<Integer> CLOSING_TAG_START_LINE
public static final AstXmlParserAttribute<Integer> CLOSING_TAG_START_COLUMN
public static final AstXmlParserAttribute<Integer> CLOSING_TAG_END_LINE
public static final AstXmlParserAttribute<Integer> CLOSING_TAG_END_COLUMN
public static final AstXmlParserAttribute<Boolean> IS_SELF_CLOSING
Copyright © 2022 MuleSoft, Inc.. All rights reserved.