public class XsdLength extends XsdIntegerRestrictions
| Modifier and Type | Field | Description |
|---|---|---|
static String |
XS_TAG |
|
static String |
XSD_TAG |
elementFieldsMap, FIXED_TAG, NAME_TAG, REF_TAG, VALUE_TAGvalue| Modifier | Constructor | Description |
|---|---|---|
private |
XsdLength(XsdParser parser,
Map<String,String> elementFieldsMapParam) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(XsdAbstractElementVisitor xsdAbstractElementVisitor) |
Base method for all accept methods.
|
static ReferenceBase |
parse(XsdParser parser,
Node node) |
|
void |
setFields(Map<String,String> elementFieldsMapParam) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertNodeMap, getElementFieldsMap, getElements, getParent, getParser, getXsdElements, replaceUnsolvedElements, setParent, validateSchemaRulesgetAnnotation, setAnnotationgetIdgetValue, getVisitor, hasDifferentValue, isFixedpublic static final String XSD_TAG
public static final String XS_TAG
public void setFields(Map<String,String> elementFieldsMapParam)
XsdIdentifierElementssetFields in class XsdIntegerRestrictionselementFieldsMapParam - The Map object containing the information previously contained in the
Node object.public void accept(XsdAbstractElementVisitor xsdAbstractElementVisitor)
XsdAbstractElementaccept in class XsdAbstractElementxsdAbstractElementVisitor - The visitor that is visiting the current instance.public static ReferenceBase parse(@NotNull XsdParser parser, Node node)
Copyright © 2018. All rights reserved.