Uses of Class
com.sun.xml.xsom.XmlString

Packages that use XmlString
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package 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 the com.sun.xml.xsom package. 
com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds an XSSchemaSet object. 
 

Uses of XmlString in com.sun.tools.xjc.model
 

Fields in com.sun.tools.xjc.model declared as XmlString
 XmlString CTypeRef.defaultValue
           
 

Methods in com.sun.tools.xjc.model with parameters of type XmlString
static CDefaultValue CDefaultValue.create(TypeUse typeUse, XmlString defaultValue)
          Creates a new CDefaultValue that computes the default value by applying a lexical representation to a TypeUse.
 JExpression CEnumLeafInfo.createConstant(Outline outline, XmlString literal)
           
 JExpression TypeUse.createConstant(Outline outline, XmlString lexical)
          Creates a constant for the given lexical value.
 void CElementInfo.initContentType(TypeUse contentType, XSElementDecl source, XmlString defaultValue)
           
 

Constructors in com.sun.tools.xjc.model with parameters of type XmlString
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
NamespaceContextAdapter(XmlString xstr)
           
 

Uses of XmlString in com.sun.xml.xsom
 

Methods in com.sun.xml.xsom that return XmlString
 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
 XmlString AttributeDeclImpl.getDefaultValue()
           
 XmlString AttributeUseImpl.getDefaultValue()
           
 XmlString ElementDecl.getDefaultValue()
           
 XmlString AttributeDeclImpl.getFixedValue()
           
 XmlString AttributeUseImpl.getFixedValue()
           
 XmlString ElementDecl.getFixedValue()
           
 XmlString FacetImpl.getValue()
           
 XmlString XPathImpl.getXPath()
           
 

Constructors in com.sun.xml.xsom.impl with parameters of type XmlString
AttributeDeclImpl(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
 

Methods in com.sun.xml.xsom.impl.parser that return XmlString
 XmlString NGCCRuntimeEx.createXmlString(String value)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.