|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamespaceSupport | |
de.ispsoft.jaxme | |
de.ispsoft.jaxme.generator |
Uses of NamespaceSupport in de.ispsoft.jaxme |
Methods in de.ispsoft.jaxme that return NamespaceSupport | |
NamespaceSupport |
JMManagerImpl.getNamespaceSupport()
Returns a NamespaceSupport object initialized with the URI's and prefixes from the "Namespaces" configuration. |
Methods in de.ispsoft.jaxme with parameters of type NamespaceSupport | |
void |
JMPI.toSAX(org.xml.sax.ContentHandler pContentHandler,
NamespaceSupport pNamespaceSupport)
|
void |
JMNode.toSAX(org.xml.sax.ContentHandler pContentHandler,
NamespaceSupport pNamespaceSupport)
|
void |
JMEntity.toSAX(org.xml.sax.ContentHandler pContentHandler,
NamespaceSupport pNamespaceSupport)
|
void |
JMAnyElement.toSAX(org.xml.sax.ContentHandler pContentHandler,
NamespaceSupport pNamespaceSupport)
Converts the element into a stream of SAX events. |
void |
JMAnyElement.toSAX(org.xml.sax.ContentHandler pContentHandler,
NamespaceSupport pNamespaceSupport,
boolean pNamespaceInitialized)
Converts the element into a stream of SAX events. |
org.xml.sax.helpers.AttributesImpl |
JMAnyElement.getAttributes(org.xml.sax.ContentHandler pContentHandler,
NamespaceSupport pNamespaceSupport)
Returns the elements attribute list suitable for a SAX ContentHandler. |
protected void |
JMAnyElement.childToSAX(java.lang.String pNamespaceURI,
java.lang.String pLocalName,
java.lang.String pValue,
org.xml.sax.ContentHandler pContentHandler,
NamespaceSupport pNamespaceSupport)
Converts a single, atomic element into a stream of SAX events. |
protected void |
JMAnyElement.childsToSAX(org.xml.sax.ContentHandler pContentHandler,
NamespaceSupport pNamespaceSupport)
Converts the elements childs into a stream of SAX events. |
void |
JMAnyElement.toWriter(java.io.Writer pWriter,
NamespaceSupport pNamespaceSupport)
Serializes the element into the given writer. |
java.lang.String |
JMAnyElement.toXML(NamespaceSupport pNamespaceSupport)
Serializes the element into the given writer. |
Uses of NamespaceSupport in de.ispsoft.jaxme.generator |
Methods in de.ispsoft.jaxme.generator with parameters of type NamespaceSupport | |
void |
XsdSchemaWriter.write(java.util.Map pGeneratedElements,
org.xml.sax.ContentHandler pHandler,
NamespaceSupport pNss,
java.util.List pContext,
SchemaElement pElement)
Called for writing a schema element. |
void |
XsdSchemaWriter.writeSimpleElement(java.util.Map pGeneratedElements,
org.xml.sax.ContentHandler pHandler,
NamespaceSupport pNss,
java.util.List pContext,
SchemaElement pElement)
Called for writing a complex schema element. |
void |
XsdSchemaWriter.writeSimpleElement(java.util.Map pGeneratedElements,
org.xml.sax.ContentHandler pHandler,
NamespaceSupport pNss,
java.util.List pContext,
SchemaAbstractSimpleElement pElement)
Called for writing a simple schema element. |
void |
XsdSchemaWriter.writeComplexElement(java.util.Map pGeneratedElements,
org.xml.sax.ContentHandler pHandler,
NamespaceSupport pNss,
java.util.List pContext,
SchemaElement pElement)
Called for writing a complex schema element. |
protected void |
SampleWriter.writeSimpleElement(SchemaSimpleElement pElement,
org.xml.sax.ContentHandler pHandler,
NamespaceSupport pNss)
Writes a simple element to the given writer. |
protected void |
SampleWriter.writeComplexElement(SchemaComplexElement pElement,
org.xml.sax.ContentHandler pHandler,
NamespaceSupport pNss)
Writes a complex element to the given writer. |
protected void |
SampleWriter.write(SchemaElement pElement,
org.xml.sax.ContentHandler pHandler,
NamespaceSupport pNss)
Writes a simple element to the given writer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |