Uses of Class
com.sun.xml.xsom.XmlString
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.Parser that reads XML Schema documents and builds an
XSSchemaSet
object.-
Uses of XmlString in com.sun.xml.xsom
Modifier and TypeMethodDescriptionXSAttributeDecl.getDefaultValue()
XSAttributeUse.getDefaultValue()
Gets the default value of this attribute use, if one is specified.XSElementDecl.getDefaultValue()
XSAttributeDecl.getFixedValue()
XSAttributeUse.getFixedValue()
Gets the fixed value of this attribute use, if one is specified.XSElementDecl.getFixedValue()
XSFacet.getValue()
Gets the value of the facet.XSXPath.getXPath()
Gets the XPath as a string. -
Uses of XmlString in com.sun.xml.xsom.impl
Modifier and TypeMethodDescriptionAttributeDeclImpl.getDefaultValue()
AttributeUseImpl.getDefaultValue()
ElementDecl.getDefaultValue()
AttributeDeclImpl.getFixedValue()
AttributeUseImpl.getFixedValue()
ElementDecl.getFixedValue()
FacetImpl.getValue()
XPathImpl.getXPath()
ModifierConstructorDescriptionAttributeDeclImpl
(SchemaDocumentImpl owner, String _targetNamespace, String _name, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous, XmlString _defValue, XmlString _fixedValue, Ref.SimpleType _type) AttributeUseImpl
(SchemaDocumentImpl owner, AnnotationImpl ann, Locator loc, ForeignAttributesImpl fa, Ref.Attribute _decl, XmlString def, XmlString fixed, boolean req) ElementDecl
(PatcherManager reader, SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, String _tns, String _name, boolean _anonymous, XmlString _defv, XmlString _fixedv, boolean _nillable, boolean _abstract, Boolean _form, Ref.Type _type, Ref.Element _substHead, int _substDisallowed, int _substExcluded, List<IdentityConstraintImpl> idConstraints) FacetImpl
(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, XmlString _value, boolean _fixed) XPathImpl
(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, XmlString xpath) -
Uses of XmlString in com.sun.xml.xsom.impl.parser