|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Name | |
---|---|
convert.relaxng.output.xsd.basic | |
convert.xml.infer | |
convert.xml.util |
Uses of Name in convert.relaxng.output.xsd.basic |
---|
Methods in convert.relaxng.output.xsd.basic that return Name | |
---|---|
Name |
Attribute.getName()
|
Name |
Element.getName()
|
Name |
OptionalAttribute.getName()
|
abstract Name |
SingleAttributeUse.getName()
|
Name |
Structure.getName()
|
Methods in convert.relaxng.output.xsd.basic that return types with arguments of type Name | |
---|---|
java.util.Set<Name> |
Wildcard.getExcludedNames()
|
Methods in convert.relaxng.output.xsd.basic with parameters of type Name | |
---|---|
boolean |
Wildcard.contains(Name name)
|
Constructors in convert.relaxng.output.xsd.basic with parameters of type Name | |
---|---|
Attribute(SourceLocation location,
Annotation annotation,
Name name,
SimpleType type)
type may be null, indicating any type |
|
Element(SourceLocation location,
Annotation annotation,
Name name,
ComplexType complexType)
|
Constructor parameters in convert.relaxng.output.xsd.basic with type arguments of type Name | |
---|---|
Wildcard(boolean positive,
java.util.Set<java.lang.String> namespaces,
java.util.Set<Name> excludedNames)
|
Uses of Name in convert.xml.infer |
---|
Methods in convert.xml.infer that return Name | |
---|---|
Name |
AttributeDecl.getDatatype()
|
Name |
ElementDecl.getDatatype()
|
Name |
ElementParticle.getName()
|
Methods in convert.xml.infer that return types with arguments of type Name | |
---|---|
java.util.Map<Name,AttributeDecl> |
ElementDecl.getAttributeDecls()
|
java.util.Map<Name,ElementDecl> |
Schema.getElementDecls()
|
abstract java.util.Set<Name> |
ContentModelInferrer.getElementNames()
|
Methods in convert.xml.infer with parameters of type Name | |
---|---|
abstract void |
ContentModelInferrer.addElement(Name elementName)
|
ElementDecl |
Schema.getElementDecl(Name name)
|
void |
ElementDecl.setDatatype(Name datatype)
|
Constructors in convert.xml.infer with parameters of type Name | |
---|---|
AttributeDecl(Name datatype,
boolean optional)
|
|
ElementParticle(Name name)
|
Uses of Name in convert.xml.util |
---|
Methods in convert.xml.util with parameters of type Name | |
---|---|
static int |
Name.compare(Name n1,
Name n2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |