|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GOMOutputWriter
| Method Summary | |
|---|---|
void |
close()
Closes the GOM Writer |
void |
flush()
Flush the GOMWriter |
void |
writeAttribute(GOMAttribute attribute)
writes a attribute with the attribute namespace Uri |
void |
writeContent(String aContent)
|
void |
writeContentUnescaped(String aContent)
|
void |
writeDefaultNamespace(GOMNamespace aNameSpace)
|
void |
writeEndDocument()
Writes a end element tag according to the start element tag |
void |
writeEndElement()
|
void |
writeNamespace(GOMNamespace aNameSpace)
|
void |
writeSimpleXMLElement(javax.xml.namespace.QName aName,
List<GOMAttribute> aList,
String aValue)
Writes a simple element with full namespace |
void |
writeSimpleXMLElement(javax.xml.namespace.QName aName,
String aValue,
GOMAttribute aAttribute)
Writes a simple element with full namespace |
void |
writeSimpleXMLElement(String aName,
List<GOMAttribute> aList,
String aValue)
Writes a simple element with default namespace |
void |
writeSimpleXMLElement(String aName,
String aValue,
GOMAttribute aAttribute)
Writes a simple element with full namespace |
void |
writeStartDocument(String aString,
String aString2)
|
void |
writeStartElement(javax.xml.namespace.QName aName,
List<GOMAttribute> aList)
|
void |
writeStartElement(String aName)
|
void |
writeStartElement(String aName,
GOMAttribute aAttribute)
|
void |
writeStartElement(String aName,
List<GOMAttribute> aList)
|
| Method Detail |
|---|
void writeSimpleXMLElement(javax.xml.namespace.QName aName,
List<GOMAttribute> aList,
String aValue)
throws XMLStreamException
aName - -
element QNameaList - -
attribute listaValue - -
character value
XMLStreamException - -
if a write exception occurs
void writeSimpleXMLElement(javax.xml.namespace.QName aName,
String aValue,
GOMAttribute aAttribute)
throws XMLStreamException
aName - -
element QNameaAttribute - -
attributeaValue - -
character value
XMLStreamException - -
if a write exception occurs
void writeSimpleXMLElement(String aName,
String aValue,
GOMAttribute aAttribute)
throws XMLStreamException
aName - -
the local name of the elementaAttribute - -
attributeaValue - -
character value
XMLStreamException - -
if a write exception occurs
void writeSimpleXMLElement(String aName,
List<GOMAttribute> aList,
String aValue)
throws XMLStreamException
aName - -
elements nameaList - -
attribute listaValue - -
character value
XMLStreamException - -
if a write exception occurs
void writeAttribute(GOMAttribute attribute)
throws XMLStreamException
attribute - -
the attribute
XMLStreamException - -
if a write exception occurs
void writeStartElement(String aName,
List<GOMAttribute> aList)
throws XMLStreamException
aName - aList -
XMLStreamException
void writeStartElement(String aName,
GOMAttribute aAttribute)
throws XMLStreamException
aName - aAttribute -
XMLStreamException
void writeStartElement(String aName)
throws XMLStreamException
aName -
XMLStreamException
void writeStartElement(javax.xml.namespace.QName aName,
List<GOMAttribute> aList)
throws XMLStreamException
aName - aList -
XMLStreamException
void writeEndElement()
throws XMLStreamException
XMLStreamException
void writeContent(String aContent)
throws XMLStreamException
aContent -
XMLStreamException
void writeContentUnescaped(String aContent)
throws XMLStreamException
aContent -
XMLStreamException
void writeDefaultNamespace(GOMNamespace aNameSpace)
throws XMLStreamException
aNameSpace -
XMLStreamException
void writeNamespace(GOMNamespace aNameSpace)
throws XMLStreamException
aNameSpace -
XMLStreamException
void writeStartDocument(String aString,
String aString2)
throws XMLStreamException
aString - aString2 -
XMLStreamException
void writeEndDocument()
throws XMLStreamException
XMLStreamException - -
if no start tag has been written or the element stack points
to a different element
void flush()
throws XMLStreamException
XMLStreamException
void close()
throws XMLStreamException
XMLStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||