Package | Description |
---|---|
org.apache.ws.commons.schema |
Modifier and Type | Class and Description |
---|---|
class |
XmlSchemaComplexType
Class for complex types.
|
class |
XmlSchemaSimpleType
Class defines a simple type that determines the information and
constraints for the values of attributes or elements with text-only
content.
|
Modifier and Type | Method and Description |
---|---|
XmlSchemaType |
XmlSchemaElement.getSchemaType() |
XmlSchemaType |
XmlSchema.getTypeByName(javax.xml.namespace.QName name)
Search this schema and all the imported/included ones
for the given Qname
|
protected XmlSchemaType |
XmlSchema.getTypeByName(javax.xml.namespace.QName name,
boolean deep,
Stack schemaStack)
Protected method that allows safe (non-recursive schema loading).
|
XmlSchemaType |
XmlSchema.getTypeByName(String name)
Search this schema for a type by qname.
|
XmlSchemaType |
XmlSchemaCollection.getTypeByQName(javax.xml.namespace.QName schemaTypeName)
Retrieve a global type from the schema collection.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlSchema.addType(XmlSchemaType type) |
void |
XmlSchemaElement.setSchemaType(XmlSchemaType schemaType) |
void |
TypeReceiver.setType(XmlSchemaType type) |
void |
XmlSchemaElement.setType(XmlSchemaType type) |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.