Uses of Class
org.xmlet.xsdparser.xsdelements.xsdrestrictions.XsdWhiteSpace
-
Packages that use XsdWhiteSpace Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.visitors org.xmlet.xsdparser.xsdelements.xsdrestrictions -
-
Uses of XsdWhiteSpace in org.xmlet.xsdparser.xsdelements
Fields in org.xmlet.xsdparser.xsdelements declared as XsdWhiteSpace Modifier and Type Field Description private XsdWhiteSpaceXsdRestriction. whiteSpaceAXsdWhiteSpaceinstance that specifies how the whitespace characters should be dealt with.Methods in org.xmlet.xsdparser.xsdelements that return XsdWhiteSpace Modifier and Type Method Description XsdWhiteSpaceXsdRestriction. getWhiteSpace()Methods in org.xmlet.xsdparser.xsdelements with parameters of type XsdWhiteSpace Modifier and Type Method Description voidXsdRestriction. setWhiteSpace(XsdWhiteSpace whiteSpace) -
Uses of XsdWhiteSpace in org.xmlet.xsdparser.xsdelements.visitors
Methods in org.xmlet.xsdparser.xsdelements.visitors with parameters of type XsdWhiteSpace Modifier and Type Method Description default voidXsdAbstractElementVisitor. visit(XsdWhiteSpace element)voidXsdRestrictionsVisitor. visit(XsdWhiteSpace element) -
Uses of XsdWhiteSpace in org.xmlet.xsdparser.xsdelements.xsdrestrictions
Methods in org.xmlet.xsdparser.xsdelements.xsdrestrictions that return XsdWhiteSpace Modifier and Type Method Description XsdWhiteSpaceXsdWhiteSpace. clone(java.util.Map<java.lang.String,java.lang.String> placeHolderAttributes)Performs a copy of the current object for replacing purposes.Methods in org.xmlet.xsdparser.xsdelements.xsdrestrictions with parameters of type XsdWhiteSpace Modifier and Type Method Description static booleanXsdWhiteSpace. hasDifferentValue(XsdWhiteSpace o1, XsdWhiteSpace o2)
-