All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

addData(String). Method in class oracle.xml.classgen.CGNode
Adds PCDATA to the Element
addNode(CGNode). Method in class oracle.xml.classgen.CGNode
Adds a node as a child to the element

C

CGDocument(String, DTD). Constructor for class oracle.xml.classgen.CGDocument
Constructor for the Root element of the DTD
CGNode(String). Constructor for class oracle.xml.classgen.CGNode
Constructor for the Elements of the DOM Tree
ClassGenerator(). Constructor for class oracle.xml.classgen.ClassGenerator
Default constructor for ClassGenerator.

G

generate(DTD, String). Method in class oracle.xml.classgen.ClassGenerator
Traverses the DTD with element doctype as root and generates Java classes
getCGDocument(). Method in class oracle.xml.classgen.CGNode
Gets the base document (root Element)
getDTDNode(). Method in class oracle.xml.classgen.CGNode
Gets the static DTD from the base document

I

InvalidContentException(). Constructor for class oracle.xml.classgen.InvalidContentException
InvalidContentException(String). Constructor for class oracle.xml.classgen.InvalidContentException
isValidating. Variable in class oracle.xml.classgen.CGNode
Boolean to indicate the validating mode

P

print(OutputStream). Method in class oracle.xml.classgen.CGDocument
Prints the constructed XML Document
print(OutputStream, String). Method in class oracle.xml.classgen.CGDocument
Prints the constructed XML Document

S

setAttribute(String, String). Method in class oracle.xml.classgen.CGNode
Sets the value of the Attribute
setDocument(CGDocument). Method in class oracle.xml.classgen.CGNode
Sets the base document (root Element)
setGenerateComments(boolean). Method in class oracle.xml.classgen.ClassGenerator
Switch to determine whether to generate java doc comments
Default - TRUE
setJavaPackage(String). Method in class oracle.xml.classgen.ClassGenerator
Sets the package for the classes generated
Default - No package
setOutputDirectory(String). Method in class oracle.xml.classgen.ClassGenerator
Sets the output directory
Default - current directory
setSerializationMode(boolean). Method in class oracle.xml.classgen.ClassGenerator
Switch to determine if the DTD should be saved as a serialized object or as text file.
setValidationMode(boolean). Method in class oracle.xml.classgen.ClassGenerator
Switch to determine whether the classes generated should validate the XML Document being constructed
Default - TRUE
storeID(String, String). Method in class oracle.xml.classgen.CGNode
Store this value for an ID identifier, so that we can later verify IDREF values
storeIDREF(String, String). Method in class oracle.xml.classgen.CGNode
Store this value for an IDREF identifier, so that we can later verify, if an corresponding ID was defined.

V

validateContent(). Method in class oracle.xml.classgen.CGNode
Checks if the content of the element is valid as per the Content Model specified in DTD
validEntity(String). Method in class oracle.xml.classgen.CGNode
Checks if the ENTITY identifier is valid
validID(String). Method in class oracle.xml.classgen.CGNode
Checks if the ID identifier is valid
validNMTOKEN(String). Method in class oracle.xml.classgen.CGNode
Checks if the NMTOKEN identifier is valid