public class XsdDocumentation extends XsdAnnotationChildren
XsdAnnotationChildren since it
shares a few similarities with XsdAppInfo, which is the other possible children of XsdAnnotation
elements. For more information check XsdAnnotationChildren.| Modifier and Type | Field | Description |
|---|---|---|
private String |
xmlLang |
Specifies the language used in the
XsdAnnotationChildren.content |
static String |
XS_TAG |
|
static String |
XSD_TAG |
ABSTRACT_TAG, ATTRIBUTE_FORM_DEFAULT, BASE_TAG, BLOCK_DEFAULT, BLOCK_TAG, DEFAULT_ELEMENT_TAG, DEFAULT_TAG, ELEMENT_FORM_DEFAULT, elementFieldsMap, FINAL_DEFAULT, FINAL_TAG, FIXED_TAG, FORM_TAG, ID_TAG, ITEM_TYPE_TAG, MAX_OCCURS_TAG, MEMBER_TYPES_TAG, MIN_OCCURS_TAG, MIXED_TAG, NAME_TAG, NAMESPACE, NILLABLE_TAG, parent, parser, REF_TAG, SCHEMA_LOCATION, SOURCE_TAG, SUBSTITUTION_GROUP_TAG, TARGET_NAMESPACE, TYPE_TAG, USE_TAG, VALUE_TAG, VERSION, XML_LANG_TAG, XMLNS| Modifier | Constructor | Description |
|---|---|---|
private |
XsdDocumentation(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) |
This method serves as a base to all
XsdAbstractElement concrete instances which need to set their class
specific fields. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertNodeMap, getElementFieldsMap, getElements, getParent, getParser, getXsdElements, replaceUnsolvedElements, setParent, validateSchemaRules, xsdParseSkeleton, xsdRawContentParsegetContent, getSource, getVisitor, xsdAnnotationChildrenParsepublic static final String XSD_TAG
public static final String XS_TAG
private String xmlLang
XsdAnnotationChildren.contentpublic void setFields(@NotNull
Map<String,String> elementFieldsMapParam)
XsdAbstractElementXsdAbstractElement concrete instances which need to set their class
specific fields.setFields in class XsdAnnotationChildrenelementFieldsMapParam - 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.