Uses of Class
com.sun.xml.xsom.XmlString
-
Packages that use XmlString Package Description com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.tools.xjc.util 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.tools.xjc.model
Fields in com.sun.tools.xjc.model declared as XmlString Modifier and Type Field Description XmlStringCTypeRef. defaultValueMethods in com.sun.tools.xjc.model with parameters of type XmlString Modifier and Type Method Description static CDefaultValueCDefaultValue. create(TypeUse typeUse, XmlString defaultValue)Creates a newCDefaultValuethat computes the default value by applying a lexical representation to aTypeUse.JExpressionCEnumLeafInfo. createConstant(Outline outline, XmlString literal)JExpressionTypeUse. createConstant(Outline outline, XmlString lexical)Creates a constant for the given lexical value.voidCElementInfo. initContentType(TypeUse contentType, XSElementDecl source, XmlString defaultValue)Constructors in com.sun.tools.xjc.model with parameters of type XmlString Constructor Description CElementInfo(Model model, QName tagName, CClassInfoParent parent, TypeUse contentType, XmlString defaultValue, XSElementDecl source, CCustomizations customizations, Locator location)Creates an element in the given parent.CTypeRef(CNonElement type, QName elementName, QName typeName, boolean nillable, XmlString defaultValue) -
Uses of XmlString in com.sun.tools.xjc.util
Constructors in com.sun.tools.xjc.util with parameters of type XmlString Constructor Description NamespaceContextAdapter(XmlString xstr) -
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)
-