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.xsom
package.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
object. -
-
Uses of XmlString in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XmlString Modifier and Type Method Description XmlString
XSAttributeDecl. getDefaultValue()
XmlString
XSAttributeUse. getDefaultValue()
Gets the default value of this attribute use, if one is specified.XmlString
XSElementDecl. getDefaultValue()
XmlString
XSAttributeDecl. getFixedValue()
XmlString
XSAttributeUse. getFixedValue()
Gets the fixed value of this attribute use, if one is specified.XmlString
XSElementDecl. getFixedValue()
XmlString
XSFacet. getValue()
Gets the value of the facet.XmlString
XSXPath. 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 XmlString
AttributeDeclImpl. getDefaultValue()
XmlString
AttributeUseImpl. getDefaultValue()
XmlString
ElementDecl. getDefaultValue()
XmlString
AttributeDeclImpl. getFixedValue()
XmlString
AttributeUseImpl. getFixedValue()
XmlString
ElementDecl. getFixedValue()
XmlString
FacetImpl. getValue()
XmlString
XPathImpl. 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 XmlString
NGCCRuntimeEx. createXmlString(String value)
-