Uses of Class
com.sun.xml.xsom.XmlString
-
Packages that use XmlString Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject. -
-
Uses of XmlString in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XmlString Modifier and Type Method Description XmlStringXSAttributeDecl. getDefaultValue()XmlStringXSAttributeUse. getDefaultValue()Gets the default value of this attribute use, if one is specified.XmlStringXSElementDecl. getDefaultValue()XmlStringXSAttributeDecl. getFixedValue()XmlStringXSAttributeUse. getFixedValue()Gets the fixed value of this attribute use, if one is specified.XmlStringXSElementDecl. getFixedValue()XmlStringXSFacet. getValue()Gets the value of the facet.XmlStringXSXPath. getXPath()Gets the XPath as a string. -
Uses of XmlString in com.sun.xml.xsom.impl
Methods in com.sun.xml.xsom.impl that return XmlString Modifier and Type Method Description XmlStringAttributeDeclImpl. getDefaultValue()XmlStringAttributeUseImpl. getDefaultValue()XmlStringElementDecl. getDefaultValue()XmlStringAttributeDeclImpl. getFixedValue()XmlStringAttributeUseImpl. getFixedValue()XmlStringElementDecl. getFixedValue()XmlStringFacetImpl. getValue()XmlStringXPathImpl. getXPath() -
Uses of XmlString in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XmlString Modifier and Type Method Description XmlStringNGCCRuntimeEx. createXmlString(String value)
-