Uses of Class
com.sun.xml.xsom.XmlString
-
Packages that use XmlString Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.parser -
-
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.parser
Methods in com.sun.xml.xsom.impl.parser that return XmlString Modifier and Type Method Description XmlStringNGCCRuntimeEx. createXmlString(String value)
-