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 XSValue
PSVIAttrNSImpl. getSchemaValue()
XSValue
PSVIElementNSImpl. 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 class
ValidatedInfo
Class 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 void
ValidatedInfo. 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 XSValue
AttributePSVImpl. getSchemaValue()
XSValue
ElementPSVImpl. getSchemaValue()
XSValue
XSAttributeDecl. getValueConstraintValue()
XSValue
XSAttributeUseImpl. getValueConstraintValue()
XSValue
XSElementDecl. 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 XSValue
ItemPSVI. 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.XSValue
XSAttributeDeclaration. getValueConstraintValue()
The actual value of the default or fixed value constraint.XSValue
XSAttributeUse. getValueConstraintValue()
The actual value of the default or fixed value constraint.XSValue
XSElementDeclaration. getValueConstraintValue()
The actual value of the default or fixed value constraint.
-