|
||||||||||
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 javax.xml.stream.XMLStreamException
aName
- -
element QNameaList
- -
attribute listaValue
- -
character value
javax.xml.stream.XMLStreamException
- -
if a write exception occursvoid writeSimpleXMLElement(javax.xml.namespace.QName aName, String aValue, GOMAttribute aAttribute) throws javax.xml.stream.XMLStreamException
aName
- -
element QNameaAttribute
- -
attributeaValue
- -
character value
javax.xml.stream.XMLStreamException
- -
if a write exception occursvoid writeSimpleXMLElement(String aName, String aValue, GOMAttribute aAttribute) throws javax.xml.stream.XMLStreamException
aName
- -
the local name of the elementaAttribute
- -
attributeaValue
- -
character value
javax.xml.stream.XMLStreamException
- -
if a write exception occursvoid writeSimpleXMLElement(String aName, List<GOMAttribute> aList, String aValue) throws javax.xml.stream.XMLStreamException
aName
- -
elements nameaList
- -
attribute listaValue
- -
character value
javax.xml.stream.XMLStreamException
- -
if a write exception occursvoid writeAttribute(GOMAttribute attribute) throws javax.xml.stream.XMLStreamException
attribute
- -
the attribute
javax.xml.stream.XMLStreamException
- -
if a write exception occursvoid writeStartElement(String aName, List<GOMAttribute> aList) throws javax.xml.stream.XMLStreamException
aName
- aList
-
javax.xml.stream.XMLStreamException
void writeStartElement(String aName, GOMAttribute aAttribute) throws javax.xml.stream.XMLStreamException
aName
- aAttribute
-
javax.xml.stream.XMLStreamException
void writeStartElement(String aName) throws javax.xml.stream.XMLStreamException
aName
-
javax.xml.stream.XMLStreamException
void writeStartElement(javax.xml.namespace.QName aName, List<GOMAttribute> aList) throws javax.xml.stream.XMLStreamException
aName
- aList
-
javax.xml.stream.XMLStreamException
void writeEndElement() throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
void writeContent(String aContent) throws javax.xml.stream.XMLStreamException
aContent
-
javax.xml.stream.XMLStreamException
void writeContentUnescaped(String aContent) throws javax.xml.stream.XMLStreamException
aContent
-
javax.xml.stream.XMLStreamException
void writeDefaultNamespace(GOMNamespace aNameSpace) throws javax.xml.stream.XMLStreamException
aNameSpace
-
javax.xml.stream.XMLStreamException
void writeNamespace(GOMNamespace aNameSpace) throws javax.xml.stream.XMLStreamException
aNameSpace
-
javax.xml.stream.XMLStreamException
void writeStartDocument(String aString, String aString2) throws javax.xml.stream.XMLStreamException
aString
- aString2
-
javax.xml.stream.XMLStreamException
void writeEndDocument() throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
- -
if no start tag has been written or the element stack points
to a different elementvoid flush() throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
void close() throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |