< 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 _

P

packageNameToFileName(String) - Static method in class org.enhydra.xml.xmlc.codegen.JavaLang
Convert a package name to a relative platform file name.
packageNameToUnixFileName(String) - Static method in class org.enhydra.xml.xmlc.codegen.JavaLang
Convert a package name to a relative Unix file name.
para - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity para (¶).
Parse - class org.enhydra.xml.xmlc.compiler.Parse.
Parse a XML or HTML document into a DOM.
Parse(ErrorReporter, PrintWriter) - Constructor for class org.enhydra.xml.xmlc.compiler.Parse
Construct a new file parser.
parse(InputSource) - Method in class org.enhydra.xml.io.DOMParser
Parse the content of the given input source as an XML document and return a new DOM Document object.
parse(InputSource) - Method in class org.enhydra.xml.io.DOMParser.XercesParser
Parse the document, possibly resolving it via the entity resolver.
parse(InputSource, LineNumberMap, XMLCDomFactory, MetaData, ErrorReporter, ParseTracer) - Method in interface org.enhydra.xml.xmlc.parsers.XMLCParser
Parse a XML file (or any file, such as HTML, that can be converted into XML).
parse(InputSource, LineNumberMap, XMLCDomFactory, MetaData, ErrorReporter, ParseTracer) - Method in class org.enhydra.xml.xmlc.parsers.xerces.XercesDOMParser
Parses using the Xerces DOMParser and the XMLC XMLEntityResolver.
parse(InputSource, LineNumberMap, XMLCDomFactory, MetaData, ErrorReporter, ParseTracer) - Method in class org.enhydra.xml.xmlc.parsers.xerces.XercesHTMLDOMParser
 
parse(MetaData) - Method in class org.enhydra.xml.xmlc.compiler.Parse
 
parse(String[]) - Method in class org.enhydra.xml.xmlc.commands.options.OptionsParser
Parse options.
parse(String[], ErrorReporter) - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptionsParser
Parse command line, returning the metadata object.
parse(String[], ErrorReporter, Object) - Method in class org.enhydra.xml.xmlc.commands.options.Option
Parse an instance of the option.
parse(String[], ErrorReporter, Object) - Method in class org.enhydra.xml.xmlc.commands.options.FlagOption
Parse an instance of the option.
parse(String[], ErrorReporter, Object) - Method in class org.enhydra.xml.xmlc.commands.options.BooleanOption
Parse an instance of the option and set the field in the Options object using Java reflection.
parse(String[], String[], ErrorReporter) - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. Parse options and arguments.
parseClassName(String) - Static method in class org.enhydra.xml.xmlc.codegen.JavaLang
 
parseDocument(Class, URL) - Method in class org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
Create a new template DOM for docClass
parseMetaData(InputSource, ErrorReporter, ClassLoader) - Static method in class org.enhydra.xml.xmlc.metadata.MetaDataDocument
Parse a XMLC metadata file.
Parser - class org.enhydra.xml.xmlc.metadata.Parser.
Specifies the parser and parsing options.
Parser(Document) - Constructor for class org.enhydra.xml.xmlc.metadata.Parser
Constructor.
ParserCmdOptions - class org.enhydra.xml.xmlc.commands.xmlc.ParserCmdOptions.
Command line options parsing parser options.
ParserCmdOptions(OptionSet) - Constructor for class org.enhydra.xml.xmlc.commands.xmlc.ParserCmdOptions
Constructor.
ParserType - class org.enhydra.xml.xmlc.metadata.ParserType.
Enumerated type for the parser XMLC will use.
parseSSIDirective() - Method in class org.enhydra.xml.xmlc.misc.SSIParsedStream
Parse the SSI directive that starts at the next available character in the buffer.
ParseTracer - class org.enhydra.xml.xmlc.parsers.ParseTracer.
Object used to trace parser calls.
ParseTracer(PrintWriter) - Constructor for class org.enhydra.xml.xmlc.parsers.ParseTracer
Create tracer.
part - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity part (?).
PASS_STDERR - Static variable in class org.enhydra.xml.xmlc.misc.ProcessRunner
 
PASS_STDOUT - Static variable in class org.enhydra.xml.xmlc.misc.ProcessRunner
Options to enable passing or collecting of output.
pcdata(Augmentations) - Method in class org.enhydra.xml.xmlc.parsers.xerces.XercesDOMParser
Sets a flag saying that the current element can contain PCDATA.
permil - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity permil (‰).
perp - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity perp (?).
phi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity phi (?).
Phi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Phi (?).
pi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity pi (?).
Pi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Pi (?).
piv - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity piv (?).
plusmn - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity plusmn (±).
pop() - Method in class org.enhydra.xml.xmlc.misc.SSIParsedStream
Close this input stream, returning the previous stream.
popAdditionalIndent() - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Remove the last amount of additional indentation that was added.
popFile() - Method in class org.enhydra.xml.xmlc.misc.LineNumberRecorder
Pop a file from the stack.
pound - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity pound (£).
preFormatNode(Node) - Method in class org.enhydra.xml.io.BaseDOMFormatter
 
preFormatNode(Node) - Method in interface org.enhydra.xml.io.Formatter
Format the contents of a node that can later be returned by a node implementing FormattedText.
PreFormattedText - interface org.enhydra.xml.io.PreFormattedText.
Interface that nodes of a document must implement if they have formatted text.
PreFormattedTextDocument - interface org.enhydra.xml.io.PreFormattedTextDocument.
Interface that the Document must implement if any of its nodes are to implement PreFormattedText.
prime - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity prime (?).
Prime - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Prime (?).
PRINT_ALL - Static variable in class org.enhydra.xml.dom.DOMInfo
All Print options, except NO_RECURSION.
PRINT_ALL - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_ATTR_DETAILS - Static variable in class org.enhydra.xml.dom.DOMInfo
Print attributes as the Nodes that represent them.
PRINT_CDATA - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_COMMENT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_DEFAULT - Static variable in class org.enhydra.xml.dom.DOMInfo
Default print options.
PRINT_DEFAULT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_DOCUMENTTYPE - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
PRINT_TEXT - Static variable in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
print(boolean) - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Print a boolean value.
print(char) - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Print a character.
print(char[]) - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Print an array of characters, indenting at the beginning of lines.
print(double) - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Print a double-precision floating-point number.
print(float) - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Print a floating-point number.
print(IndentWriter) - Method in class org.enhydra.xml.xmlc.codegen.JavaField
Print declaration and initialization of field.
print(IndentWriter) - Method in class org.enhydra.xml.xmlc.codegen.JavaCode
Print Java code.
print(IndentWriter, boolean) - Method in class org.enhydra.xml.xmlc.codegen.JavaMethod
Print the method.
print(long) - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Print a long integer.
print(Object) - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Print an object.
print(String) - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Print a string, indenting at the beginning of lines.
print(String) - Method in class org.enhydra.xml.xmlc.parsers.ParseTracer
Print a string, indenting at the beginning of lines.
printAccessConstants(PrintWriter) - Method in class org.enhydra.xml.xmlc.compiler.AccessConsts
Print the signatures of the access constants are created.
printAccessMethods(PrintWriter) - Method in class org.enhydra.xml.xmlc.compiler.AccessMethods
Print the signatures of the access methods are created.
printCauseTrace(ChainedThrowable) - Static method in class org.enhydra.error.ChainedThrowableSupport
Prints stacktrace and cause stacktrace.
printCauseTrace(ChainedThrowable, PrintStream) - Static method in class org.enhydra.error.ChainedThrowableSupport
Prints stacktrace and cause stacktrace.
printCauseTrace(ChainedThrowable, PrintWriter) - Static method in class org.enhydra.error.ChainedThrowableSupport
Prints stacktrace and cause stacktrace.
printClass(IndentWriter) - Method in class org.enhydra.xml.xmlc.codegen.JavaClass
Output a generated class which doesn't have a corresponding interface.
printDefinition(PrintWriter) - Method in class org.enhydra.xml.xmlc.codegen.JavaVariable
Output the variable definition without a `;' terminator.
printImplementation(IndentWriter) - Method in class org.enhydra.xml.xmlc.codegen.JavaClass
Output a generated class which has an interface.
printIndent() - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Print indentation.
printIndent() - Method in class org.enhydra.xml.io.BaseDOMFormatter
Print indentation to the current level.
PrintInfo - class org.enhydra.xml.xmlc.compiler.PrintInfo.
Gather and print information about an document.
PrintInfo(Document, XMLCDocument) - Constructor for class org.enhydra.xml.xmlc.compiler.PrintInfo
Construct document info from document.
printInfo(PrintWriter) - Method in class org.enhydra.xml.xmlc.compiler.PrintInfo
Print document information.
printInterface(IndentWriter) - Method in class org.enhydra.xml.xmlc.codegen.JavaClass
Output a generated interface.
printJavaDoc(IndentWriter) - Method in class org.enhydra.xml.xmlc.codegen.JavaParameter
Print the param JavaDoc entry for this parameter, if there is any.
println() - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Terminate the current line by writing the line separator string.
println() - Method in class org.enhydra.xml.xmlc.parsers.ParseTracer
Print a newline.
println(String) - Method in class org.enhydra.xml.xmlc.parsers.ParseTracer
Print a string and newline, indenting at the beginning of lines.
println(String[]) - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Write an array of strings, one line per string.
printMethodSignature(IndentWriter, boolean) - Method in class org.enhydra.xml.xmlc.codegen.JavaMethod
Print the method signature.
printNode(String, Node, int, PrintWriter) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
printNode(String, Node, OutputStream) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
printNode(String, Node, PrintWriter) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. Use DOMInfo
printNodeName(Node) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Print node name (override to add additional information).
printNodeName(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMInfoPrinter
Print node name, add template indicator if a template node.
printOmittedConstants(PrintWriter) - Method in class org.enhydra.xml.xmlc.compiler.AccessConsts
Print names that didn't have access constants generated due to being illegal Java identifiers.
printOmittedIds(PrintWriter) - Method in class org.enhydra.xml.xmlc.compiler.AccessMethods
Print ids that didn't have accessors generated due to being illegal Java identifiers.
printPrefix(String) - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Print a prefix for a line.
printStackTrace() - Method in class org.enhydra.error.ChainedError
Prints this exception and its backtrace, and the causes and their stack traces to the standard error stream.
printStackTrace() - Method in class org.enhydra.error.ChainedException
Prints this exception and its backtrace, and the causes and their stack traces to the standard error stream.
printStackTrace() - Method in interface org.enhydra.error.ChainedThrowable
Prints this ChainedException and its backtrace, and the causes and their stack traces to the standard error stream.
printStackTrace() - Method in class org.enhydra.error.ChainedRuntimeException
Prints this exception and its backtrace, and the causes and their stack traces to the standard error stream.
printStackTrace(PrintStream) - Method in class org.enhydra.error.ChainedError
Prints this exception and its backtrace, and the causes and their stack traces to the e specified print stream.
printStackTrace(PrintStream) - Method in class org.enhydra.error.ChainedException
Prints this exception and its backtrace, and the causes and their stack traces to the e specified print stream.
printStackTrace(PrintStream) - Method in interface org.enhydra.error.ChainedThrowable
Prints this ChainedException and its backtrace, and the causes and their stack traces to the e specified print stream.
printStackTrace(PrintStream) - Method in class org.enhydra.error.ChainedRuntimeException
Prints this exception and its backtrace, and the causes and their stack traces to the e specified print stream.
printStackTrace(PrintWriter) - Method in class org.enhydra.error.ChainedError
Prints this exception and its backtrace, and the causes and their stack traces to the e specified print writer.
printStackTrace(PrintWriter) - Method in class org.enhydra.error.ChainedException
Prints this exception and its backtrace, and the causes and their stack traces to the e specified print writer.
printStackTrace(PrintWriter) - Method in interface org.enhydra.error.ChainedThrowable
Prints this ChainedException and its backtrace, and the causes and their stack traces to the e specified print writer.
printStackTrace(PrintWriter) - Method in class org.enhydra.error.ChainedRuntimeException
Prints this exception and its backtrace, and the causes and their stack traces to the e specified print writer.
printStats(String, Node, int, OutputStream) - Static method in class org.enhydra.xml.dom.DOMStats
Collect and print statistics about a DOM tree or subtree.
printStats(String, Node, int, PrintWriter) - Static method in class org.enhydra.xml.dom.DOMStats
Collect and print statistics about a DOM tree or subtree.
printTree(String, Node) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node an its children to stderr..
printTree(String, Node, int, PrintWriter) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node and its children.
printTree(String, Node, OutputStream) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node an its children.
printTree(String, Node, PrintWriter) - Static method in class org.enhydra.xml.dom.DOMInfo
Print a DOM node an its children.
PRIVATE - Static variable in class org.enhydra.xml.xmlc.codegen.JavaModifiers
Private access modifier flag.
PRIVATE_CONST - Static variable in class org.enhydra.xml.xmlc.codegen.JavaModifiers
Common modifiers for private constants.
processAttributes(Element) - Method in class org.enhydra.xml.dom.DOMTraversal
Process the attributes of an element.
processAttributes(Element) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
Process the attributes of an element.
processAttributes(Element) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
Process the attributes of an element.
processAttributes(Node) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process the attributes of an element.
processChildren(Node) - Method in class org.enhydra.xml.dom.DOMTraversal
Process the children of a node.
processChildren(Node) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process the children of a node.
processChildren(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
Process the children of a node.
processChildren(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
Process the children of a node.
processDocumentType(Document) - Method in class org.enhydra.xml.dom.DOMTraversal
Process a DocumentType attribute of a Document node, if it exists.
processDocumentType(Document) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process a DocumentType attribute of a Document node, if it exists.
processDocumentType(Document) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
Process a DocumentType attribute of a Document node, if it exists.
processDocumentType(Document) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
Process a DocumentType attribute of a Document node, if it exists.
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.dom.DOMTraversal
Process the contents of a DocumentType node,
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Process the contents of a DocumentType node,
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
Process the contents of a DocumentType node.
processDocumentTypeContents(DocumentType) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
Process the contents of a DocumentType node, This overrides the SimpleDOMTraversal method and handles switching from instance to template nodes.
processingAttribute() - Method in class org.enhydra.xml.dom.DOMTraversal
Are we currently processing an attribute node or its descendents?
processingInstruction(String, String) - Method in class org.enhydra.xml.xmlc.parsers.xerces.XercesTracer
 
processNode(Node) - Method in class org.enhydra.xml.dom.DOMTraversal
Processing based on node type.
processNode(Node) - Method in class org.enhydra.xml.dom.SimpleDOMTraversal
Processing based on node type.
processNode(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMTraversal
Processing based on node type.
processNode(Node) - Method in class org.enhydra.xml.lazydom.LazyDOMSimpleTraversal
Processing based on node type.
ProcessRunner - class org.enhydra.xml.xmlc.misc.ProcessRunner.
Run a process, optionally collecting stdout/stderr.
ProcessRunner(int) - Constructor for class org.enhydra.xml.xmlc.misc.ProcessRunner
Constructor.
prod - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity prod (?).
prop - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity prop (?).
PROTECTED - Static variable in class org.enhydra.xml.xmlc.codegen.JavaModifiers
Protected access modifier flag.
psi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity psi (?).
Psi - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Psi (?).
PUBLIC - Static variable in class org.enhydra.xml.xmlc.codegen.JavaModifiers
Public access modifier flag.
PUBLIC_CONST - Static variable in class org.enhydra.xml.xmlc.codegen.JavaModifiers
Common modifiers for public constants.
PUBLIC_ID - Static variable in class org.enhydra.xml.xmlc.metadata.MetaDataDocument
Public id for created metadata files
pushAdditionalIndent(int) - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Push an additional amount of indentation, in an arbitrary number of characters.
pushFile(String) - Method in class org.enhydra.xml.xmlc.misc.LineNumberRecorder
Push a file on the stack.
put(Object, Object) - Method in class org.enhydra.xml.xmlc.deferredparsing.Cache
Associates the specified value with the specified key in this cache.
putAll(Map) - Method in class org.enhydra.xml.xmlc.deferredparsing.Cache
Describe putAll method here.

< 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 _
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.