org.oXML.type
Class NotationNode

java.lang.Object
  extended byorg.oXML.type.AbstractNode
      extended byorg.oXML.type.NotationNode
All Implemented Interfaces:
Node

public class NotationNode
extends AbstractNode

ObjectBox - o:XML compiler and interpreter for more information see http://www.o-xml.org/objectbox Copyright (C) 2002/2003 Martin Klang, Alpha Plus Technology Ltd email: martin at hack.org This class has been generated from an o:XML template


Field Summary
static Type TYPE
           
 
Fields inherited from class org.oXML.type.AbstractNode
me
 
Constructor Summary
NotationNode()
          generated default constructor
NotationNode(AbstractNode me, Type type)
           
NotationNode(NotationNode other, boolean deep)
          generated constructor, called directly
NotationNode(java.lang.String name, java.lang.String publicId, java.lang.String systemId)
           
 
Method Summary
 Node copy(boolean deep)
           
 java.lang.String getNotationName()
           
 java.lang.String getPublicId()
           
 java.lang.String getSystemId()
           
 void init()
          generated default initialiser
 void init(NotationNode other, boolean deep)
           
 NameNode name()
           
 StringNode publicId()
           
 StringNode systemId()
           
 
Methods inherited from class org.oXML.type.AbstractNode
addChildNode, booleanValue, byteValue, cast, cast, equals, equals, getAttribute, getAttributes, getAttributeValue, getChildNodes, getDocument, getInstance, getName, getNextSibling, getParent, getPreviousSibling, getType, hashCode, hasInstance, insert, numberValue, removeChild, setAttribute, setAttribute, setInstance, setName, setParent, stringValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final Type TYPE
Constructor Detail

NotationNode

public NotationNode(AbstractNode me,
                    Type type)

NotationNode

public NotationNode()
generated default constructor


NotationNode

public NotationNode(java.lang.String name,
                    java.lang.String publicId,
                    java.lang.String systemId)

NotationNode

public NotationNode(NotationNode other,
                    boolean deep)
generated constructor, called directly

Method Detail

init

public void init()
generated default initialiser

Overrides:
init in class AbstractNode

getNotationName

public java.lang.String getNotationName()

getSystemId

public java.lang.String getSystemId()

getPublicId

public java.lang.String getPublicId()

init

public void init(NotationNode other,
                 boolean deep)

name

public NameNode name()

systemId

public StringNode systemId()

publicId

public StringNode publicId()

copy

public Node copy(boolean deep)