|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLOutputStream | |
ORG.oclc.xml.om | |
ORG.oclc.xml.parser | |
ORG.oclc.xml.util |
Uses of XMLOutputStream in ORG.oclc.xml.om |
Methods in ORG.oclc.xml.om that return XMLOutputStream | |
XMLOutputStream |
Document.createOutputStream(OutputStream out)
Creates an XML output stream matching the format found on load() . |
Methods in ORG.oclc.xml.om with parameters of type XMLOutputStream | |
void |
Element.save(XMLOutputStream o)
Saves this element. |
void |
ElementImpl.saveAttributes(Atom ns,
XMLOutputStream o)
Save the element attributes in XML format |
void |
ElementImpl.save(XMLOutputStream o)
Saves the element in XML format. |
void |
Document.save(XMLOutputStream o)
Saves the document to the given output stream. |
Uses of XMLOutputStream in ORG.oclc.xml.parser |
Methods in ORG.oclc.xml.parser that return XMLOutputStream | |
XMLOutputStream |
Parser.createOutputStream(OutputStream out)
Creates an output stream that best matches the XML data format found during parsing. |
Methods in ORG.oclc.xml.parser with parameters of type XMLOutputStream | |
void |
Entity.save(XMLOutputStream o)
Saves the entity to the given output stream with indenting and new lines. |
void |
Entity.saveEntity(XMLOutputStream o)
Saves the entity to the given output stream. |
void |
Notation.save(XMLOutputStream o)
Saves the notation to the given output stream with indenting and new lines. |
void |
ContentModel.save(Atom ns,
XMLOutputStream o)
|
void |
DTD.save(XMLOutputStream o)
Saves the DTD information to the given XML output stream. |
void |
ElementDecl.save(XMLOutputStream o)
Saves the element declaration in DTD syntax to the given output stream. |
Uses of XMLOutputStream in ORG.oclc.xml.util |
Methods in ORG.oclc.xml.util that return XMLOutputStream | |
XMLOutputStream |
XMLInputStream.createOutputStream(OutputStream out)
Creates a new XMLOutputStream with the proper initial state. |
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV NEXT | FRAMES NO FRAMES |