Modifier and Type | Class and Description |
---|---|
static class |
FilterSchema.FilterElement |
Modifier and Type | Field and Description |
---|---|
static String |
FILTER_CAP_KEY |
static URI |
NAMESPACE |
ALL, EXTENSION, NONE, RESTRICTION
Constructor and Description |
---|
FilterSchema() |
Modifier and Type | Method and Description |
---|---|
AttributeGroup[] |
getAttributeGroups()
This method is intended to provide a list of public AttributeGroups defined by this Schema.
|
Attribute[] |
getAttributes()
This method is intended to provide a list of public Attributes defined by this Schema.
|
int |
getBlockDefault()
This method returns the default block value associated with this schema as a mask.
|
ComplexType[] |
getComplexTypes()
This method is intended to provide a list of public ComplexTypes defined by this Schema.
|
Element[] |
getElements()
This method is intended to provide a list of public Elements defined by this Schema.
|
int |
getFinalDefault()
This method returns the default final value associated with this schema as a mask.
|
Group[] |
getGroups()
This method is intended to provide a list of public Groups defined by this Schema.
|
String |
getId()
This method is intended to provide the ID of this Schema.
|
Map<RenderingHints.Key,?> |
getImplementationHints()
Returns the implementation hints.
|
Schema[] |
getImports()
This method is intended to provide a list of public Imports defined by this Schema.
|
static FilterSchema |
getInstance() |
String |
getPrefix()
Gets the recommended prefix for this schema.
|
SimpleType[] |
getSimpleTypes()
This method is intended to provide a list of public SimpleTypes defined by this Schema.
|
URI |
getTargetNamespace()
This returns the intended use name of the Schema (kinda like an ID, for a better definition
see the XML Schema Specification).
|
URI |
getURI() |
String |
getVersion()
This returns the Schema version ...
|
boolean |
includesURI(URI uri)
This looks to see if the URI passed in is represented by this Schema.
|
boolean |
isAttributeFormDefault()
Returns true when the Default Attribute Form is qualified, false otherwise.
|
boolean |
isElementFormDefault()
Returns true when the Default Element Form is qualified, false otherwise.
|
public static final String FILTER_CAP_KEY
public static final URI NAMESPACE
public static FilterSchema getInstance()
public AttributeGroup[] getAttributeGroups()
Schema
getAttributeGroups
in interface Schema
Schema.getAttributeGroups()
public Attribute[] getAttributes()
Schema
getAttributes
in interface Schema
Schema.getAttributes()
public int getBlockDefault()
Schema
getBlockDefault
in interface Schema
Schema.getBlockDefault()
public ComplexType[] getComplexTypes()
Schema
getComplexTypes
in interface Schema
Schema.getComplexTypes()
public Element[] getElements()
Schema
getElements
in interface Schema
Schema.getElements()
public int getFinalDefault()
Schema
getFinalDefault
in interface Schema
Schema.getFinalDefault()
public Group[] getGroups()
Schema
getGroups
in interface Schema
Schema.getGroups()
public String getId()
Schema
getId
in interface Schema
Schema.getId()
public Schema[] getImports()
Schema
getImports
in interface Schema
Schema.getImports()
public URI getURI()
getURI
in interface Schema
Schema.getURI()
public String getPrefix()
Schema
getPrefix
in interface Schema
Schema.getPrefix()
public SimpleType[] getSimpleTypes()
Schema
getSimpleTypes
in interface Schema
Schema.getSimpleTypes()
public URI getTargetNamespace()
Schema
getTargetNamespace
in interface Schema
Schema.getTargetNamespace()
public String getVersion()
Schema
getVersion
in interface Schema
Schema.getVersion()
public boolean includesURI(URI uri)
Schema
Used to determine if the uri should provided should be included in an instance document.
includesURI
in interface Schema
Schema.includesURI(java.net.URI)
public boolean isAttributeFormDefault()
Schema
isAttributeFormDefault
in interface Schema
Schema.isAttributeFormDefault()
public boolean isElementFormDefault()
Schema
isElementFormDefault
in interface Schema
Schema.isElementFormDefault()
public Map<RenderingHints.Key,?> getImplementationHints()
getImplementationHints
in interface Factory
Copyright © 1996–2023 Geotools. All rights reserved.