Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSValue
-
-
Uses of XSValue in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XSValue Modifier and Type Method Description XSValuePSVIAttrNSImpl. getSchemaValue()XSValuePSVIElementNSImpl. getSchemaValue() -
Uses of XSValue in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv that implement XSValue Modifier and Type Class Description classValidatedInfoClass to get the information back after content is validated.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv with parameters of type XSValue Modifier and Type Method Description voidValidatedInfo. copyFrom(XSValue o) -
Uses of XSValue in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSValue Modifier and Type Method Description XSValueAttributePSVImpl. getSchemaValue()XSValueElementPSVImpl. getSchemaValue()XSValueXSAttributeDecl. getValueConstraintValue()XSValueXSAttributeUseImpl. getValueConstraintValue()XSValueXSElementDecl. getValueConstraintValue() -
Uses of XSValue in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSValue Modifier and Type Method Description XSValueItemPSVI. getSchemaValue()If this item has a simple type definition or a complex type with simple content, then return the value with respect to the simple type.XSValueXSAttributeDeclaration. getValueConstraintValue()The actual value of the default or fixed value constraint.XSValueXSAttributeUse. getValueConstraintValue()The actual value of the default or fixed value constraint.XSValueXSElementDeclaration. getValueConstraintValue()The actual value of the default or fixed value constraint.
-