Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
XmlString |
XSElementDecl.getDefaultValue() |
XmlString |
XSAttributeDecl.getDefaultValue() |
XmlString |
XSAttributeUse.getDefaultValue()
Gets the default value of this attribute use, if one is specified.
|
XmlString |
XSElementDecl.getFixedValue() |
XmlString |
XSAttributeDecl.getFixedValue() |
XmlString |
XSAttributeUse.getFixedValue()
Gets the fixed value of this attribute use, if one is specified.
|
XmlString |
XSFacet.getValue()
Gets the value of the facet.
|
XmlString |
XSXPath.getXPath()
Gets the XPath as a string.
|
Modifier and Type | Field and Description |
---|---|
private XmlString |
AttributeUseImpl.defaultValue |
private XmlString |
ElementDecl.defaultValue |
private XmlString |
AttributeDeclImpl.defaultValue |
private XmlString |
AttributeUseImpl.fixedValue |
private XmlString |
ElementDecl.fixedValue |
private XmlString |
AttributeDeclImpl.fixedValue |
private XmlString |
FacetImpl.value |
private XmlString |
XPathImpl.xpath |
Modifier and Type | Method and Description |
---|---|
XmlString |
AttributeUseImpl.getDefaultValue() |
XmlString |
ElementDecl.getDefaultValue() |
XmlString |
AttributeDeclImpl.getDefaultValue() |
XmlString |
AttributeUseImpl.getFixedValue() |
XmlString |
ElementDecl.getFixedValue() |
XmlString |
AttributeDeclImpl.getFixedValue() |
XmlString |
FacetImpl.getValue() |
XmlString |
XPathImpl.getXPath() |
Constructor and Description |
---|
AttributeDeclImpl(SchemaDocumentImpl owner,
java.lang.String _targetNamespace,
java.lang.String _name,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl _fa,
boolean _anonymous,
XmlString _defValue,
XmlString _fixedValue,
Ref.SimpleType _type) |
AttributeUseImpl(SchemaDocumentImpl owner,
AnnotationImpl ann,
org.xml.sax.Locator loc,
ForeignAttributesImpl fa,
Ref.Attribute _decl,
XmlString def,
XmlString fixed,
boolean req) |
ElementDecl(PatcherManager reader,
SchemaDocumentImpl owner,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl fa,
java.lang.String _tns,
java.lang.String _name,
boolean _anonymous,
XmlString _defv,
XmlString _fixedv,
boolean _nillable,
boolean _abstract,
java.lang.Boolean _form,
Ref.Type _type,
Ref.Element _substHead,
int _substDisallowed,
int _substExcluded,
java.util.List<IdentityConstraintImpl> idConstraints) |
FacetImpl(SchemaDocumentImpl owner,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl _fa,
java.lang.String _name,
XmlString _value,
boolean _fixed) |
XPathImpl(SchemaDocumentImpl _owner,
AnnotationImpl _annon,
org.xml.sax.Locator _loc,
ForeignAttributesImpl fa,
XmlString xpath) |
Modifier and Type | Method and Description |
---|---|
XmlString |
NGCCRuntimeEx.createXmlString(java.lang.String value) |