Uses of Class
org.xmlet.xsdparser.xsdelements.elementswrapper.NamedConcreteElement
-
Packages that use NamedConcreteElement Package Description org.xmlet.xsdparser.core org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of NamedConcreteElement in org.xmlet.xsdparser.core
Method parameters in org.xmlet.xsdparser.core with type arguments of type NamedConcreteElement Modifier and Type Method Description private voidXsdParserCore. replaceUnsolvedImportedReference(java.util.Map<java.lang.String,java.util.List<NamedConcreteElement>> concreteElementsMap, UnsolvedReference unsolvedReference, java.lang.String fileName)private voidXsdParserCore. replaceUnsolvedReference(java.util.Map<java.lang.String,java.util.List<NamedConcreteElement>> concreteElementsMap, UnsolvedReference unsolvedReference, java.lang.String fileName)Replaces a singleUnsolvedReferenceobject, with the respectiveNamedConcreteElementobject. -
Uses of NamedConcreteElement in org.xmlet.xsdparser.xsdelements
Methods in org.xmlet.xsdparser.xsdelements with parameters of type NamedConcreteElement Modifier and Type Method Description (package private) static booleanXsdAbstractElement. compareReference(NamedConcreteElement element, java.lang.String unsolvedRef)static booleanXsdAbstractElement. compareReference(NamedConcreteElement element, UnsolvedReference reference)voidXsdAbstractElement. replaceUnsolvedElements(NamedConcreteElement element)This method iterates on the current element children and replaces anyUnsolvedReferenceobject that has a ref attribute that matches the receivingNamedConcreteElementname attribute.voidXsdAttribute. replaceUnsolvedElements(NamedConcreteElement elementWrapper)Receives aNamedConcreteElementthat should be the one requested earliervoidXsdAttributeGroup. replaceUnsolvedElements(NamedConcreteElement element)voidXsdComplexType. replaceUnsolvedElements(NamedConcreteElement element)voidXsdElement. replaceUnsolvedElements(NamedConcreteElement element)This method aims to replace the previously createdUnsolvedReferencein case that the type of the currentXsdElementinstance is not a built-in type.voidXsdExtension. replaceUnsolvedElements(NamedConcreteElement element)This method should always receive two elements, one to replace theUnsolvedReferencecreated due to the value present in the base attribute and another if it has anUnsolvedReferenceas a child element.voidXsdMultipleElements. replaceUnsolvedElements(NamedConcreteElement elementWrapper)Replaces possibleUnsolvedReferenceobjects in theXsdMultipleElements.elementsif any of theirUnsolvedReference.reffield matches thenamefield.voidXsdRestriction. replaceUnsolvedElements(NamedConcreteElement element) -
Uses of NamedConcreteElement in org.xmlet.xsdparser.xsdelements.visitors
Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type NamedConcreteElement Modifier and Type Method Description voidAttributesVisitor. replaceUnsolvedAttributes(XsdParserCore parser, NamedConcreteElement element, XsdAbstractElement parent)Tries to match the receivedNamedConcreteElementobject, with any of the elements present either inAttributesVisitor.attributeGroupsorAttributesVisitor.attributes.
-