Uses of Class
org.xmlet.xsdparser.core.utils.UnsolvedReferenceItem
-
Packages that use UnsolvedReferenceItem Package Description org.xmlet.xsdparser.core -
-
Uses of UnsolvedReferenceItem in org.xmlet.xsdparser.core
Fields in org.xmlet.xsdparser.core with type parameters of type UnsolvedReferenceItem Modifier and Type Field Description private java.util.List<UnsolvedReferenceItem>XsdParserCore. parserUnsolvedElementsMapAListcontaining all the elements that even after parsing all the elements on the file, don't have a suitable object to replace the reference.Methods in org.xmlet.xsdparser.core that return types with arguments of type UnsolvedReferenceItem Modifier and Type Method Description java.util.List<UnsolvedReferenceItem>XsdParserCore. getUnsolvedReferences()
-