Open SiteSearch 4.1.1
Final

ORG.oclc.xml.parser
Class Notation

java.lang.Object
  |
  +--ORG.oclc.xml.om.ElementImpl
        |
        +--ORG.oclc.xml.parser.Notation

public class Notation
extends ElementImpl

This class implements an entity object representing an XML notation.


Fields inherited from class ORG.oclc.xml.om.ElementImpl
attrlist
 
Method Summary
 void save(XMLOutputStream o)
          Saves the notation to the given output stream with indenting and new lines.
 Element toSchema()
           
 
Methods inherited from class ORG.oclc.xml.om.ElementImpl
addChild, addChild, getAttribute, getAttribute, getAttributes, getChild, getChildren, getElements, getParent, getTagName, getText, getType, isAttributeQualified, numAttributes, numElements, qualifyName, removeAttribute, removeAttribute, removeChild, saveAttributes, setAttribute, setAttribute, setParent, setText, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toSchema

public Element toSchema()
Overrides:
toSchema in class ElementImpl

save

public void save(XMLOutputStream o)
          throws IOException
Saves the notation to the given output stream with indenting and new lines.
Parameters:
o - The output stream.
Throws:
IOException - if there is a problem writing to the output stream.
Overrides:
save in class ElementImpl

Open SiteSearch 4.1.1
Final