Package | Description |
---|---|
org.exolab.castor.xml |
The XML Marshaller API
|
org.exolab.castor.xml.parsing | |
org.exolab.castor.xml.schema | |
org.exolab.castor.xml.schema.reader | |
org.exolab.castor.xml.util |
Modifier and Type | Method and Description |
---|---|
Namespaces |
Namespaces.createNamespaces()
Creates a new Namespaces instance with this Namespaces as the parent
|
Namespaces |
Namespaces.getParent()
Returns the parent Namespaces for this Namespaces instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Namespaces.setParent(Namespaces namespaces)
Sets the parent Namespaces for this Namespaces instance.
|
Constructor and Description |
---|
Namespaces(Namespaces parent)
Creates a new Namespaces instance
|
Modifier and Type | Method and Description |
---|---|
Namespaces |
NamespaceHandling.getNamespaceContext()
Returns the current name space context.
|
Modifier and Type | Method and Description |
---|---|
Namespaces |
Schema.getNamespaces()
Returns the namespaces declared for this Schema
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
ComponentReader.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
WildcardUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
ComplexTypeUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
RedefineUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
ComplexContentRestrictionUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
ElementUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
SimpleContentUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
FacetUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
UnknownUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
SimpleTypeListUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
SimpleContentRestrictionUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
IdentityConstraintUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
AnnotationUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
AttributeGroupUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
SchemaUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
GroupUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
DocumentationUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
ExtensionUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
ModelGroupUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
SimpleTypeUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
ComplexContentUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
FieldOrSelectorUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
SimpleTypeRestrictionUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
AppInfoUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
void |
UnionUnmarshaller.startElement(String name,
String namespace,
AttributeSet atts,
Namespaces nsDecls)
Signals the start of an element with the given name.
|
Modifier and Type | Method and Description |
---|---|
Namespaces |
SAX2ANY.getNamespaceContext()
Get the namespace context of this SAX2ANY handler.
|
Modifier and Type | Method and Description |
---|---|
static void |
AnyNode2SAX2.fireEvents(AnyNode node,
ContentHandler handler,
Namespaces context) |
static void |
AnyNode2SAX.fireEvents(AnyNode node,
DocumentHandler handler,
Namespaces context) |
void |
SAX2ANY.setNamespaceContext(Namespaces context)
Set the namespace context in which this handler acts.
|
Constructor and Description |
---|
AnyNode2SAX(AnyNode node,
Namespaces context)
Creates a AnyNode2SAX for the given node and the namespace context.
|
AnyNode2SAX2(AnyNode node,
Namespaces context)
Creates a AnyNode2SAX2 for the given node and the namespace context.
|
SAX2ANY(Namespaces context,
boolean wsPreserve)
Constructs a SAX2ANY given a namespace context.
|
Copyright © 2014. All rights reserved.