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

A

addAtt(StackableComponentI) - Method in class com.simonstl.common.StackableComponent
Adds an attribute to this component.
addAtt(StackableComponentI) - Method in interface com.simonstl.common.StackableComponentI
Adds an attribute to this component.
addChild(StackableComponentI) - Method in class com.simonstl.common.StackableComponent
Adds a child component to this component.
addChild(StackableComponentI) - Method in interface com.simonstl.common.StackableComponentI
Adds a child component to this component.
addlNameChar - Variable in class com.simonstl.gorille.CharRules
 
addNode(StackableComponentI) - Method in class com.simonstl.gorille.LoudContext
Adds a childless node.
addNode(StackableComponentI) - Method in class com.simonstl.gorille.Context
Adds a childless node.
addNode(StackableComponentI) - Method in interface com.simonstl.gorille.ContextI
Adds a childless node.
addRange(CharRange) - Method in class com.simonstl.gorille.CharRanges
 
addRange(int) - Method in class com.simonstl.gorille.CharRanges
 
addRange(int, int) - Method in class com.simonstl.gorille.CharRanges
 
AsciiRules - class com.simonstl.gorille.AsciiRules.
Generated code created by the com.simonstl.gorille.CharRulesGen class.
AsciiRules() - Constructor for class com.simonstl.gorille.AsciiRules
 
attEndQuote(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
attEndQuote(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
attEndQuote(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
attEndQuote(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports the end quote type of an attribute described by the current tag.
attEquals(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
attEquals(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
attEquals(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
attEquals(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports when the equals sign in an attribute name/value pair is encountered.
attName(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
attName(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
attName(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
attName(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports the name of an attribute described by the current tag.
ATTRIBUTE - Static variable in class com.simonstl.common.NodeType
 
attributes - Variable in class com.simonstl.gorille.Ripper
 
attributes - Variable in class com.simonstl.common.StackableComponent
 
attStartQuote(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
attStartQuote(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
attStartQuote(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
attStartQuote(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports the start quote type of an attribute described by the current tag.

B

baseChar - Variable in class com.simonstl.gorille.CharRules
 
breakQName(String) - Static method in class com.simonstl.common.Name
Divides a QName into two pieces.
BrutEOL - class com.simonstl.gorille.BrutEOL.
 
BrutEOL(InputStream) - Constructor for class com.simonstl.gorille.BrutEOL
 
BrutEOL(Reader) - Constructor for class com.simonstl.gorille.BrutEOL
 

C

CDATA - Static variable in class com.simonstl.common.NodeType
 
CDATAEnd(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
CDATAEnd(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
CDATAEnd(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
CDATAEnd(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports that a CDATA section has ended.
CDATAStart(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
CDATAStart(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
CDATAStart(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
CDATAStart(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports that a CDATA section has started.
characters(char[], int, int) - Method in class com.simonstl.gorille.TestCharRules
 
characters(char[], int, int) - Method in class com.simonstl.gorille.CharRulesLoader
 
characters(char[], int, int) - Method in class com.simonstl.gorille.CharRulesGen
 
characters(char[], int, int) - Method in class com.simonstl.gorille.CharRulesFilter
Filter a character data event.
CharRange - class com.simonstl.gorille.CharRange.
This class stores a set of bounds for characters or a single acceptable value, making it easy to define rule sets separately from the vocabulary defined for the examples.
CharRange() - Constructor for class com.simonstl.gorille.CharRange
 
CharRange(int) - Constructor for class com.simonstl.gorille.CharRange
 
CharRange(int, int) - Constructor for class com.simonstl.gorille.CharRange
 
CharRanges - class com.simonstl.gorille.CharRanges.
This class stores a set of ranges of characters, making it easy to define rule sets separately from the vocabulary defined for the examples.
CharRanges() - Constructor for class com.simonstl.gorille.CharRanges
 
CharRules - class com.simonstl.gorille.CharRules.
This class stores a set of ranges of characters, allowing XML processors to test against different kinds of ranges.
CharRules() - Constructor for class com.simonstl.gorille.CharRules
 
CharRulesFilter - class com.simonstl.gorille.CharRulesFilter.
A SAX filter which tests information against the XML character rules.
CharRulesFilter() - Constructor for class com.simonstl.gorille.CharRulesFilter
An empty constructor that requires the use of setParent before starting I don't think this works.
CharRulesFilter(XMLReader) - Constructor for class com.simonstl.gorille.CharRulesFilter
A constructor that takes the parser which will feed it SAX events
CharRulesGen - class com.simonstl.gorille.CharRulesGen.
This class writes Java code based on the contents of an XML Gorille config file.
CharRulesGen(String, XMLReader) - Constructor for class com.simonstl.gorille.CharRulesGen
 
CharRulesLoader - class com.simonstl.gorille.CharRulesLoader.
This class loads the information stored in a chars document for use in character verification.
CharRulesLoader(String, XMLReader) - Constructor for class com.simonstl.gorille.CharRulesLoader
 
chars - Variable in class com.simonstl.gorille.CharRules
 
CHARS - Static variable in class com.simonstl.common.NodeType
 
chars(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
chars(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
chars(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
chars(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports raw textual content contained by elements or attributes.
CharTester - class com.simonstl.gorille.CharTester.
 
CharTester() - Constructor for class com.simonstl.gorille.CharTester
 
children - Variable in class com.simonstl.common.StackableComponent
 
collector - Variable in class com.simonstl.gorille.CharRulesLoader
 
collector - Variable in class com.simonstl.gorille.CharRulesGen
 
collects - Variable in class com.simonstl.gorille.DocProcCollector
 
com.simonstl.common - package com.simonstl.common
Common pieces for the MOE, TAM, and Gorille packages.
com.simonstl.gorille - package com.simonstl.gorille
Code for working with XML documents as both markup and text.
combiningChar - Variable in class com.simonstl.gorille.CharRules
 
COMMENT - Static variable in class com.simonstl.common.NodeType
 
commentContent(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
commentContent(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
commentContent(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
commentContent(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports comment contents.
commentEnd(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
commentEnd(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
commentEnd(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
commentEnd(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports comments.
commentStart(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
commentStart(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
commentStart(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
commentStart(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports the beginning of comments.
CONTAINER - Static variable in class com.simonstl.common.NodeType
 
context - Variable in class com.simonstl.gorille.DocProcCollector
 
context - Variable in class com.simonstl.gorille.DocProcImpl
 
context - Variable in class com.simonstl.gorille.DocProcReporter
 
Context - class com.simonstl.gorille.Context.
Created by IntelliJ IDEA.
Context() - Constructor for class com.simonstl.gorille.Context
 
ContextI - interface com.simonstl.gorille.ContextI.
Represents the context for the current event.
current - Variable in class com.simonstl.gorille.LoudContext
 
current - Variable in class com.simonstl.gorille.Context
 
current - Variable in class com.simonstl.common.NSDecl
current indicates that a namespace needs to be declared in the current context.

D

decCharRef(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
decCharRef(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
decCharRef(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
decCharRef(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports decimal character references.
declarePrefix(NSDecl) - Method in class com.simonstl.common.NSContext
 
declarePrefix(String, String) - Method in class com.simonstl.gorille.LoudContext
Accepts a namespace declaration mapping a prefix to a URI.
declarePrefix(String, String) - Method in class com.simonstl.gorille.Context
Accepts a namespace declaration mapping a prefix to a URI.
declarePrefix(String, String) - Method in class com.simonstl.common.NSContext
 
declarePrefix(String, String) - Method in interface com.simonstl.common.NamespaceStackI
Accepts a namespace declaration mapping a prefix to a URI.
diagValue - Variable in class com.simonstl.common.NamedComponent
 
digit - Variable in class com.simonstl.gorille.CharRules
 
DocProcCollector - class com.simonstl.gorille.DocProcCollector.
DocProcCollector stores event information in a StringBuffer, which can be printed using the print() method.
DocProcCollector() - Constructor for class com.simonstl.gorille.DocProcCollector
 
DocProcI - interface com.simonstl.gorille.DocProcI.
The docProcI interface provides access to low-level information in an XML (or other markup, since this processing works below even the well-formedness processing in an XML parser.
DocProcImpl - class com.simonstl.gorille.DocProcImpl.
DocProcImpl is a blank handler.
DocProcImpl() - Constructor for class com.simonstl.gorille.DocProcImpl
 
DocProcReporter - class com.simonstl.gorille.DocProcReporter.
DocProcReporter just prints the contents of everything that goes by.
DocProcReporter() - Constructor for class com.simonstl.gorille.DocProcReporter
 
DOCTYPE - Static variable in class com.simonstl.common.NodeType
 
DOCTYPE(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
DOCTYPE(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
DOCTYPE(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
DOCTYPE(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports the DOCTYPE declaration, if one is present..
DOCUMENT - Static variable in class com.simonstl.common.NodeType
 

E

ELEMENT - Static variable in class com.simonstl.common.NodeType
 
elementName(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
elementName(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
elementName(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
elementName(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports the name of the element described by the current tag.
encoding - Variable in class com.simonstl.gorille.LoudContext
 
encoding - Variable in class com.simonstl.gorille.Context
 
end - Variable in class com.simonstl.gorille.CharRulesLoader
 
end - Variable in class com.simonstl.gorille.CharRulesGen
 
end - Variable in class com.simonstl.gorille.CharRange
 
END_ATTRIBUTE - Static variable in class com.simonstl.common.NodeType
 
END_CDATA - Static variable in class com.simonstl.common.NodeType
 
END_COMMENT - Static variable in class com.simonstl.common.NodeType
 
END_CONTAINER - Static variable in class com.simonstl.common.NodeType
 
END_DOCTYPE - Static variable in class com.simonstl.common.NodeType
 
END_DOCUMENT - Static variable in class com.simonstl.common.NodeType
 
END_ELEMENT - Static variable in class com.simonstl.common.NodeType
 
END_NAMESPACE - Static variable in class com.simonstl.common.NodeType
 
END_PI - Static variable in class com.simonstl.common.NodeType
 
END_PROPERTY - Static variable in class com.simonstl.common.NodeType
 
endChild() - Method in class com.simonstl.gorille.LoudContext
Ends a node and adjusts context.
endChild() - Method in class com.simonstl.gorille.Context
Ends a node and adjusts context.
endChild() - Method in interface com.simonstl.gorille.ContextI
End a node and adjusts context.
endDocument() - Method in class com.simonstl.gorille.CharRulesGen
 
endDocument() - Method in class com.simonstl.gorille.CharRulesFilter
Filter an end document event.
endElement(String, String, String) - Method in class com.simonstl.gorille.TestCharRules
 
endElement(String, String, String) - Method in class com.simonstl.gorille.CharRulesLoader
 
endElement(String, String, String) - Method in class com.simonstl.gorille.CharRulesGen
 
endElement(String, String, String) - Method in class com.simonstl.gorille.CharRulesFilter
Filter an end element event.
endElementCTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
endElementCTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
endElementCTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
endElementCTag(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Indicates that the parser has ended reading a closing tag.
endElementETag(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
endElementETag(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
endElementETag(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
endElementETag(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Indicates that the parser has ended reading an empty tag.
endElementOTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
endElementOTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
endElementOTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
endElementOTag(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Indicates that the parser has ended reading an open tag.
endPrefixMapping(String) - Method in class com.simonstl.gorille.CharRulesFilter
Filter an end Namespace prefix mapping event.
entities - Variable in class com.simonstl.gorille.LoudContext
 
entities - Variable in class com.simonstl.gorille.Context
 
entRef(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
entRef(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
entRef(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
entRef(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports entity references.
equals(Object) - Method in class com.simonstl.common.Name
The equals method only compares Namespace URI and Local Name to determine equality.
equals(Object) - Method in interface com.simonstl.common.NamingI
The equals method only compares Namespace URI and Local Name to determine equality.
ERROR - Static variable in class com.simonstl.gorille.CharRulesFilter
 
error(GorilleException) - Method in class com.simonstl.gorille.DocProcCollector
A conduit for error messages
error(GorilleException) - Method in class com.simonstl.gorille.DocProcImpl
 
error(GorilleException) - Method in class com.simonstl.gorille.DocProcReporter
A conduit for error messages
error(GorilleException) - Method in interface com.simonstl.gorille.DocProcI
A conduit for error messages
error(String) - Method in class com.simonstl.gorille.Ripper
errors are reported and processing halts
errorHandling - Variable in class com.simonstl.gorille.CharRulesFilter
 
extender - Variable in class com.simonstl.gorille.CharRules
 

F

FATAL_ERROR - Static variable in class com.simonstl.gorille.CharRulesFilter
 
fatalError(GorilleException) - Method in class com.simonstl.gorille.DocProcCollector
A conduit for fatal error messages
fatalError(GorilleException) - Method in class com.simonstl.gorille.DocProcImpl
 
fatalError(GorilleException) - Method in class com.simonstl.gorille.DocProcReporter
A conduit for fatal error messages
fatalError(GorilleException) - Method in interface com.simonstl.gorille.DocProcI
A conduit for fatal error messages
fatalError(String) - Method in class com.simonstl.gorille.Ripper
fatal errors are reported and processing halts
feedFromInternalBuffer() - Method in class com.simonstl.gorille.BrutEOL
To keep the XML declaration, call keepXMLDecl(true) before processing the document.

G

GEN_ENTITY_END - Static variable in class com.simonstl.common.NodeType
 
GEN_ENTITY_REF - Static variable in class com.simonstl.common.NodeType
 
GEN_ENTITY_START - Static variable in class com.simonstl.common.NodeType
 
GeneratedRules - class com.simonstl.gorille.GeneratedRules.
Generated code created by the com.simonstl.gorille.CharRulesGen class.
GeneratedRules() - Constructor for class com.simonstl.gorille.GeneratedRules
 
generateSets() - Method in class com.simonstl.common.NSContext
 
getAtt(NamingI) - Method in class com.simonstl.common.StackableComponent
Returns an attribute, identified by anything conforming to NamingI
getAtt(NamingI) - Method in interface com.simonstl.common.StackableComponentI
Returns an attribute, identified by anything conforming to NamingI
getAtt(String, String) - Method in class com.simonstl.common.StackableComponent
Returns an attribute, identified by namespace URI and localName
getAtt(String, String) - Method in interface com.simonstl.common.StackableComponentI
Returns an attribute, identified by namespace URI and localName
getAttsAsList() - Method in class com.simonstl.common.StackableComponent
Not yet implemented
getAttsAsList() - Method in interface com.simonstl.common.StackableComponentI
Will permit easy sequential access to attribute values.
getChainListener() - Method in class com.simonstl.gorille.DocProcCollector
 
getChainListener() - Method in class com.simonstl.gorille.DocProcImpl
 
getChainListener() - Method in class com.simonstl.gorille.DocProcReporter
 
getChainListener() - Method in interface com.simonstl.gorille.DocProcI
getChainListener() lets you find out which object is getting events from this processor.
getChild(int) - Method in class com.simonstl.common.StackableComponent
Returns the child - identified by number - of the current element.
getChild(int) - Method in interface com.simonstl.common.StackableComponentI
Returns the child - identified by number - of the current element.
getContext() - Method in class com.simonstl.gorille.DocProcCollector
 
getContext() - Method in class com.simonstl.gorille.DocProcImpl
 
getContext() - Method in class com.simonstl.gorille.DocProcReporter
 
getContext() - Method in interface com.simonstl.gorille.DocProcI
getContext() is useful if you need to chain one processor to another and connect the contexts.
getContext() - Method in class com.simonstl.gorille.Ripper
 
getCurrent() - Method in class com.simonstl.gorille.LoudContext
Returns the current node.
getCurrent() - Method in class com.simonstl.gorille.Context
Returns the current node.
getCurrent() - Method in interface com.simonstl.gorille.ContextI
Returns the current node.
getDiagLimit() - Method in class com.simonstl.gorille.Ripper
 
getDiagValue() - Method in class com.simonstl.common.NamedComponent
Returns the value of the component for diagnostic purposes.
getDiagValue() - Method in interface com.simonstl.common.NamedComponentI
Returns the value of the component for diagnostic purposes.
getEncoding() - Method in class com.simonstl.gorille.LoudContext
Provides access to the encoding information from the XML declaration.
getEncoding() - Method in class com.simonstl.gorille.Context
Provides access to the encoding information from the XML declaration.
getEncoding() - Method in interface com.simonstl.gorille.ContextI
Provides access to the encoding information from the XML declaration.
getExplicitXMLDecl() - Method in class com.simonstl.gorille.LoudContext
Identifies whether or not the document included an XML declaration.
getExplicitXMLDecl() - Method in class com.simonstl.gorille.Context
Identifies whether or not the document included an XML declaration.
getExplicitXMLDecl() - Method in interface com.simonstl.gorille.ContextI
Identifies whether or not the document included an XML declaration.
getFeature(String) - Method in class com.simonstl.gorille.Ripper
 
getFeature(String) - Method in class com.simonstl.gorille.CharRulesFilter
Look up the value of a feature.
getHandler() - Method in class com.simonstl.gorille.Ripper
 
getLevel() - Method in class com.simonstl.common.NSDecl
getLevel()is used by the namespace context object to figure out which declarations appeared where.
getLevel() - Method in class com.simonstl.common.NSContext
 
getLocalName() - Method in class com.simonstl.common.Name
Returns the local name for the component
getLocalName() - Method in class com.simonstl.common.NSDecl
 
getLocalName() - Method in interface com.simonstl.common.NamingI
Returns the local name for the component
getNamespaceAware() - Method in class com.simonstl.gorille.CharRules
 
getNumAtts() - Method in class com.simonstl.common.StackableComponent
Returns the number of attributes contained by this component.
getNumAtts() - Method in interface com.simonstl.common.StackableComponentI
Returns the number of attributes contained by this component.
getNumChildren() - Method in class com.simonstl.common.StackableComponent
Returns the number of children (not attributes) contained by this component.
getNumChildren() - Method in interface com.simonstl.common.StackableComponentI
Returns the number of children (not attributes) contained by this component.
getOrigin() - Method in class com.simonstl.gorille.LoudContext
Returns a string identifying the origin of the document.
getOrigin() - Method in class com.simonstl.gorille.Context
Returns a string identifying the origin of the document.
getOrigin() - Method in interface com.simonstl.gorille.ContextI
Returns a string identifying the origin of the document.
getOutClass() - Method in class com.simonstl.gorille.CharRulesGen
 
getOutPackage() - Method in class com.simonstl.gorille.CharRulesGen
 
getOutput() - Method in class com.simonstl.gorille.CharRulesGen
 
getParent() - Method in class com.simonstl.gorille.LoudContext
Returns the component which is the parent of the current node.
getParent() - Method in class com.simonstl.gorille.Context
Returns the component which is the parent of the current node.
getParent() - Method in interface com.simonstl.gorille.ContextI
Returns the component which is the parent of the current node.
getParent() - Method in class com.simonstl.common.StackableComponent
Returns the parent of this component
getParent() - Method in interface com.simonstl.common.StackableComponentI
Returns the parent of this component
getPrefix() - Method in class com.simonstl.common.Name
Returns the prefix used to represent the namespace URI reference for this component.
getPrefix() - Method in class com.simonstl.common.NSDecl
Prefix for namespaces is always xmlns.
getPrefix() - Method in interface com.simonstl.common.NamingI
Returns the prefix used to represent the namespace URI reference for this component.
getPrefix(String) - Method in class com.simonstl.gorille.LoudContext
Returns a prefix which currently maps to a particular URI.
getPrefix(String) - Method in class com.simonstl.gorille.Context
Returns a prefix which currently maps to a particular URI.
getPrefix(String) - Method in class com.simonstl.common.NSContext
 
getPrefix(String) - Method in interface com.simonstl.common.NamespaceStackI
Returns a prefix which currently maps to a particular URI.
getProperty(String) - Method in class com.simonstl.gorille.CharRulesFilter
Look up the value of a property.
getQName() - Method in class com.simonstl.common.Name
Returns the Qualified Name (QName) for the component.
getQName() - Method in class com.simonstl.common.NSDecl
Returns the Qualified Name (QName) for the component.
getQName() - Method in interface com.simonstl.common.NamingI
Returns the Qualified Name (QName) for the component.
getRules() - Method in class com.simonstl.gorille.TestCharRules
in case you ever need to get the rules out of the tester
getRules() - Method in class com.simonstl.gorille.CharRulesFilter
in case you ever need to get the rules out of the tester
getStandalone() - Method in class com.simonstl.gorille.LoudContext
Provides access to the standalone information from the XML declaration.
getStandalone() - Method in class com.simonstl.gorille.Context
Provides access to the standalone information from the XML declaration.
getStandalone() - Method in interface com.simonstl.gorille.ContextI
Provides access to the standalone information from the XML declaration.
getType() - Method in class com.simonstl.common.NamedComponent
Returns the type of the component.
getType() - Method in interface com.simonstl.common.NamedComponentI
Returns the type of the component.
getUri() - Method in class com.simonstl.common.Name
Returns the URI reference value for the namespace.
getUri() - Method in class com.simonstl.common.NSDecl
Namespace URIs for namespace declarations are always http://www.w3.org/TR/REC-xml-names/.
getUri() - Method in interface com.simonstl.common.NamingI
Returns the URI reference value for the namespace.
getUri(String) - Method in class com.simonstl.gorille.LoudContext
Returns the URI which currently maps to a particular prefix.
getUri(String) - Method in class com.simonstl.gorille.Context
Returns the URI which currently maps to a particular prefix.
getUri(String) - Method in class com.simonstl.common.NSContext
 
getUri(String) - Method in interface com.simonstl.common.NamespaceStackI
Returns the URI which currently maps to a particular prefix.
getValue() - Method in class com.simonstl.common.NSDecl
The value contains the namespace URI.
getVersion() - Method in class com.simonstl.gorille.LoudContext
Provides access to the version information from the XML declaration.
getVersion() - Method in class com.simonstl.gorille.Context
Provides access to the version information from the XML declaration.
getVersion() - Method in interface com.simonstl.gorille.ContextI
Provides access to the version information from the XML declaration.
GorilleException - exception com.simonstl.gorille.GorilleException.
An exception class for general use with the Tiny API for Markup.
GorilleException() - Constructor for class com.simonstl.gorille.GorilleException
Creates a new instance of TAMException
GorilleException(String) - Constructor for class com.simonstl.gorille.GorilleException
 

H

hashCode() - Method in class com.simonstl.common.Name
The hashCode() method uses namespaceURI+">"+localName to generate an int.
hashCode() - Method in class com.simonstl.common.NSDecl
The hashCode() method uses nsURI+">"+localName to generate an int.
hashCode() - Method in interface com.simonstl.common.NamingI
Returns a key which can be used as a unique identifier for this component.
hexCharRef(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
hexCharRef(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
hexCharRef(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
hexCharRef(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports hexadecimal character references.

I

ideographic - Variable in class com.simonstl.gorille.CharRules
 
IG_WHITESPACE - Static variable in class com.simonstl.common.NodeType
 
ignorableWhitespace(char[], int, int) - Method in class com.simonstl.gorille.CharRulesFilter
Filter an ignorable whitespace event.
internalProcessAmpersand(int) - Method in class com.simonstl.gorille.Ripper
 
internalProcessEntities(char, int) - Method in class com.simonstl.gorille.Ripper
 
isAddlNameChar(int) - Method in class com.simonstl.gorille.CharRules
Checks characters after the beginning of names against the range of acceptable additional name characters, if there is one.
isBaseChar(int) - Method in class com.simonstl.gorille.CharRules
Checks characters to see if they are part of the BaseChar range.
isChar(int) - Method in class com.simonstl.gorille.CharRules
Checks characters against the range of acceptable Char characters.
isChars(char[], int, int) - Method in class com.simonstl.gorille.CharRules
Checks a character array from SAX to see if it conforms to the Chars rules.
isChars(String) - Method in class com.simonstl.gorille.CharRules
Checks a String to see if it conforms to the Chars rules.
isCombiningChar(int) - Method in class com.simonstl.gorille.CharRules
Checks characters to see if they are part of the CombiningChar range.
isDigit(int) - Method in class com.simonstl.gorille.CharRules
Checks characters to see if they are part of the Digit range.
isExtender(int) - Method in class com.simonstl.gorille.CharRules
Checks characters to see if they are part of the Extender range.
isIdeographic(int) - Method in class com.simonstl.gorille.CharRules
Checks characters to see if they are part of the Ideographic range.
isInRange(int) - Method in class com.simonstl.gorille.CharRange
 
isInRanges(int) - Method in class com.simonstl.gorille.CharRanges
 
isLetter(int) - Method in class com.simonstl.gorille.CharRules
Checks characters to see if they are part of the Letter range - in XML 1.0, that's the combination of BaseChar and Ideographic.
isName(String) - Method in class com.simonstl.gorille.CharRules
Checks a String to see if it conforms to the Name rules.
isNameChar(int) - Method in class com.simonstl.gorille.CharRules
Checks characters to see if they are part of the Name range - in XML 1.0, that's the combination of BaseChar, Ideographic, CombiningChar, and Extender.
isNames(String) - Method in class com.simonstl.gorille.CharRules
Checks a String to see if it conforms to the NAMES rules.
isNameStartChar(int) - Method in class com.simonstl.gorille.CharRules
Checks characters at the beginning of names against the range of acceptable NameStartChar characters, if there is one, and falls back on XML 1.0's Letter rules if there isn't.
isNMTOKEN(String) - Method in class com.simonstl.gorille.CharRules
Checks a String to see if it conforms to the NMTOKEN rules.
isNMTOKENS(String) - Method in class com.simonstl.gorille.CharRules
Checks a String to see if it conforms to the NMTOKENS rules.
isPubid(String) - Method in class com.simonstl.gorille.CharRules
Checks a String to see if it conforms to the Pubid rules.
isPubidChar(int) - Method in class com.simonstl.gorille.CharRules
Checks characters to see if they are part of the PubidChar range.
isQName(String) - Method in class com.simonstl.gorille.CharRules
Checks a String to see if it conforms to the QName rules.
isSpace(char) - Method in class com.simonstl.gorille.LoudContext
Reports whether the character c is whitespace or not.
isSpace(char) - Method in class com.simonstl.gorille.Context
Reports whether the character c is whitespace or not.
isSpace(char) - Method in interface com.simonstl.gorille.ContextI
Reports whether the character c is whitespace or not.
isSpace(int) - Method in class com.simonstl.gorille.CharRules
Checks characters to see if they are whitespace.

L

level - Variable in class com.simonstl.common.NSDecl
level is used to determine where in a tree a given namespace applies.
level - Variable in class com.simonstl.common.NSContext
 
lineEndNorm(char, int) - Method in class com.simonstl.gorille.Ripper
 
listener - Variable in class com.simonstl.gorille.DocProcCollector
 
listener - Variable in class com.simonstl.gorille.DocProcImpl
 
listener - Variable in class com.simonstl.gorille.DocProcReporter
 
listening - Variable in class com.simonstl.gorille.CharRulesLoader
 
listening - Variable in class com.simonstl.gorille.CharRulesGen
 
localName - Variable in class com.simonstl.common.Name
 
locator - Variable in class com.simonstl.gorille.CharRulesFilter
 
LoudContext - class com.simonstl.gorille.LoudContext.
Created by IntelliJ IDEA.
LoudContext() - Constructor for class com.simonstl.gorille.LoudContext
 

M

main(String[]) - Static method in class com.simonstl.gorille.RipperTest
 
main(String[]) - Static method in class com.simonstl.gorille.LoudContext
 
main(String[]) - Static method in class com.simonstl.gorille.Context
 
main(String[]) - Static method in class com.simonstl.gorille.CharRanges
 
main(String[]) - Static method in class com.simonstl.gorille.CharRange
 
main(String[]) - Static method in class com.simonstl.gorille.BrutEOL
This class defines a main() method to run this from the command line
main(String[]) - Static method in class com.simonstl.common.NSContext
 
modified - Variable in class com.simonstl.common.NSContext
 
myBuffer - Variable in class com.simonstl.gorille.BrutEOL
 

N

name - Variable in class com.simonstl.common.NSDecl
 
Name - class com.simonstl.common.Name.
Created by IntelliJ IDEA.
Name() - Constructor for class com.simonstl.common.Name
 
NamedComponent - class com.simonstl.common.NamedComponent.
Created by IntelliJ IDEA.
NamedComponent() - Constructor for class com.simonstl.common.NamedComponent
 
NamedComponentI - interface com.simonstl.common.NamedComponentI.
Abbreviated information about context - stores names, type, nothing else.
NAMESPACE_DECL - Static variable in class com.simonstl.common.NodeType
 
namespaceAware - Variable in class com.simonstl.gorille.CharRules
 
namespaces - Variable in class com.simonstl.gorille.LoudContext
 
namespaces - Variable in class com.simonstl.gorille.Context
 
namespaceStack - Variable in class com.simonstl.common.NSContext
 
NamespaceStackI - interface com.simonstl.common.NamespaceStackI.
 
nameStartChar - Variable in class com.simonstl.gorille.CharRules
 
NamingI - interface com.simonstl.common.NamingI.
The NamingI interface defines the bare minimum of functionality needed to work with XML names (compounds of URI, local name, and prefix).
NodeType - class com.simonstl.common.NodeType.
The NodeType object provides a core set of node identifiers.
notationDecl(String, String, String) - Method in class com.simonstl.gorille.CharRulesFilter
Filter a notation declaration event.
nsByPrefix - Variable in class com.simonstl.common.NSContext
 
NSContext - class com.simonstl.common.NSContext.
Derived from the com.simonstl.moe.NamespaceContext class and the com.simonstl.midp.xml.TAMNSContext class.
NSContext() - Constructor for class com.simonstl.common.NSContext
 
NSDecl - class com.simonstl.common.NSDecl.
Derived from com.simonstl.moe.NamespaceDecl and com.simonstl.midp.xml.TAMNSDecl.
NSDecl() - Constructor for class com.simonstl.common.NSDecl
 
nsURI - Variable in class com.simonstl.common.Name
 

O

origin - Variable in class com.simonstl.gorille.LoudContext
 
origin - Variable in class com.simonstl.gorille.Context
 
outClass - Variable in class com.simonstl.gorille.CharRulesGen
 
outPackage - Variable in class com.simonstl.gorille.CharRulesGen
 
output - Variable in class com.simonstl.gorille.CharRulesGen
 

P

parent - Variable in class com.simonstl.common.StackableComponent
 
parse(Reader) - Method in class com.simonstl.gorille.Ripper
 
PI - Static variable in class com.simonstl.common.NodeType
 
PIData(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
PIData(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
PIData(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
PIData(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports the data in a processing instruction.
PIEnd(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
PIEnd(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
PIEnd(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
PIEnd(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports that a processing instruction has ended.
PISpace(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
PISpace(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
PISpace(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
PISpace(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports the whitespace between a processing instruction's target and its data.
PIStart(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
PIStart(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
PIStart(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
PIStart(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports that a processing instruction has started.
PITarget(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
PITarget(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
PITarget(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
PITarget(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports a processing instruction target.
popLevel() - Method in class com.simonstl.gorille.LoudContext
 
popLevel() - Method in class com.simonstl.gorille.Context
 
popLevel() - Method in interface com.simonstl.gorille.ContextI
 
popLevel() - Method in class com.simonstl.common.NSContext
 
popLevel() - Method in interface com.simonstl.common.NamespaceStackI
Pops the element level up one to undeclare namespaces whose scope is done.
prefix - Variable in class com.simonstl.common.Name
 
print() - Method in class com.simonstl.gorille.DocProcCollector
 
print() - Method in class com.simonstl.gorille.CharRules
 
print() - Method in class com.simonstl.gorille.CharRanges
 
print() - Method in class com.simonstl.gorille.CharRange
 
printHelp() - Static method in class com.simonstl.gorille.RipperTest
 
printHelp() - Static method in class com.simonstl.gorille.CharTester
printHelp() lists options if the user doesn't specify any files.
printPop(NSContext) - Static method in class com.simonstl.common.NSContext
 
printPush(NSContext) - Static method in class com.simonstl.common.NSContext
 
processAmpersand(int) - Method in class com.simonstl.gorille.Ripper
 
processCDATA(char, int) - Method in class com.simonstl.gorille.Ripper
 
processComments(char, int) - Method in class com.simonstl.gorille.Ripper
 
processDOCTYPE(char, int) - Method in class com.simonstl.gorille.Ripper
 
processEndTag(char, int) - Method in class com.simonstl.gorille.Ripper
 
processEntities(char, int) - Method in class com.simonstl.gorille.Ripper
 
processingInstruction(String, String) - Method in class com.simonstl.gorille.CharRulesFilter
Filter a processing instruction event.
processPIs(char, int) - Method in class com.simonstl.gorille.Ripper
 
processStartTagCollecting(char, int) - Method in class com.simonstl.gorille.Ripper
 
processStartTagForContext(char) - Method in class com.simonstl.gorille.Ripper
 
processStartTagForReporting(char) - Method in class com.simonstl.gorille.Ripper
 
processXMLDecl(char, int) - Method in class com.simonstl.gorille.Ripper
 
PROPERTY - Static variable in class com.simonstl.common.NodeType
 
pubidChar - Variable in class com.simonstl.gorille.CharRules
 
pushLevel() - Method in class com.simonstl.gorille.LoudContext
 
pushLevel() - Method in class com.simonstl.gorille.Context
 
pushLevel() - Method in interface com.simonstl.gorille.ContextI
 
pushLevel() - Method in class com.simonstl.common.NSContext
 
pushLevel() - Method in interface com.simonstl.common.NamespaceStackI
Pushes the element level one deeper for namespace-nesting.

R

rangeList - Variable in class com.simonstl.gorille.CharRanges
 
ranges - Variable in class com.simonstl.gorille.Xml10Rules
 
ranges - Variable in class com.simonstl.gorille.GeneratedRules
 
ranges - Variable in class com.simonstl.gorille.CharRulesLoader
 
ranges - Variable in class com.simonstl.gorille.CharRulesGen
 
ranges - Variable in class com.simonstl.gorille.AsciiRules
 
ranges - Variable in class com.simonstl.gorille.Xml11Rules
 
read() - Method in class com.simonstl.gorille.BrutEOL
 
read(char[], int, int) - Method in class com.simonstl.gorille.BrutEOL
 
removeNamespaces(int) - Method in class com.simonstl.common.NSContext
 
reportError(SAXParseException) - Method in class com.simonstl.gorille.CharRulesFilter
 
reset() - Method in class com.simonstl.gorille.LoudContext
 
reset() - Method in class com.simonstl.gorille.Context
 
reset() - Method in interface com.simonstl.gorille.ContextI
 
reset() - Method in class com.simonstl.common.NSContext
 
reset() - Method in interface com.simonstl.common.NamespaceStackI
clear everything in the namespace stack
resolveEntity(String) - Method in class com.simonstl.gorille.LoudContext
 
resolveEntity(String) - Method in class com.simonstl.gorille.Context
 
resolveEntity(String) - Method in interface com.simonstl.gorille.ContextI
Resolves an entity, hexRef, or decRef.
Ripper - class com.simonstl.gorille.Ripper.
A context-aware processor for manipulating markup labels and content.
Ripper() - Constructor for class com.simonstl.gorille.Ripper
Creates a new instance of Ripper
RipperTest - class com.simonstl.gorille.RipperTest.
Created by IntelliJ IDEA.
RipperTest() - Constructor for class com.simonstl.gorille.RipperTest
 
rules - Variable in class com.simonstl.gorille.CharRulesLoader
 
rules - Variable in class com.simonstl.gorille.CharRulesGen
 
rules - Variable in class com.simonstl.gorille.CharRulesFilter
 

S

setAddlNameChar(CharRanges) - Method in class com.simonstl.gorille.CharRules
Sets the range representing the list of additional characters which can be used in names after they start.
setBaseChar(CharRanges) - Method in class com.simonstl.gorille.CharRules
Sets the range representing the BaseChar production from XML 1.0.
setChainListener(DocProcI) - Method in class com.simonstl.gorille.DocProcCollector
 
setChainListener(DocProcI) - Method in class com.simonstl.gorille.DocProcImpl
 
setChainListener(DocProcI) - Method in class com.simonstl.gorille.DocProcReporter
 
setChainListener(DocProcI) - Method in interface com.simonstl.gorille.DocProcI
setChainListener() lets you set a processor which will receive the events from this processor before the information is returned to the original filter.
setChar(CharRanges) - Method in class com.simonstl.gorille.CharRules
Sets the list of overall characters for content.
setClass(String) - Method in class com.simonstl.gorille.CharRulesGen
 
setCombiningChar(CharRanges) - Method in class com.simonstl.gorille.CharRules
Sets the range representing the CombiningChar production from XML 1.0
setContext(ContextI) - Method in class com.simonstl.gorille.DocProcCollector
 
setContext(ContextI) - Method in class com.simonstl.gorille.DocProcImpl
 
setContext(ContextI) - Method in class com.simonstl.gorille.DocProcReporter
 
setContext(ContextI) - Method in interface com.simonstl.gorille.DocProcI
setContext() connects this processor to a particular context object coming from the parser.
setContext(ContextI) - Method in class com.simonstl.gorille.Ripper
 
setDiagLimit(int) - Method in class com.simonstl.gorille.Ripper
 
setDiagValue(String) - Method in class com.simonstl.common.NamedComponent
Sets the value of the component for diagnostic purposes.
setDiagValue(String) - Method in interface com.simonstl.common.NamedComponentI
Sets the value of the component for diagnostic purposes.
setDigit(CharRanges) - Method in class com.simonstl.gorille.CharRules
Sets the range representing the Digit production from XML 1.0
setDocumentLocator(Locator) - Method in class com.simonstl.gorille.CharRulesFilter
Filter a new document locator event.
setEncoding(String) - Method in class com.simonstl.gorille.LoudContext
Sets the character encoding of XML used by the document, retrieved from the XML declaration.
setEncoding(String) - Method in class com.simonstl.gorille.Context
Sets the character encoding of XML used by the document, retrieved from the XML declaration.
setEncoding(String) - Method in interface com.simonstl.gorille.ContextI
Sets the character encoding of XML used by the document, retrieved from the XML declaration.
setEntity(String, String) - Method in class com.simonstl.gorille.LoudContext
 
setEntity(String, String) - Method in class com.simonstl.gorille.Context
 
setEntity(String, String) - Method in interface com.simonstl.gorille.ContextI
Establishes an entity name-value relationship.
setErrorType(int) - Method in class com.simonstl.gorille.CharRulesFilter
sets up error-handling.
setExplicitXMLDecl(boolean) - Method in class com.simonstl.gorille.LoudContext
Identifies whether the document contained an explicit XML declaration.
setExplicitXMLDecl(boolean) - Method in class com.simonstl.gorille.Context
Identifies whether the document contained an explicit XML declaration.
setExplicitXMLDecl(boolean) - Method in interface com.simonstl.gorille.ContextI
Identifies whether the document contained an explicit XML declaration.
setExtender(CharRanges) - Method in class com.simonstl.gorille.CharRules
Sets the range representing the Extender production from XML 1.0
setFeature(String, boolean) - Method in class com.simonstl.gorille.Ripper
 
setFeature(String, boolean) - Method in class com.simonstl.gorille.CharRulesFilter
Set the value of a feature.
setHandler(DocProcI) - Method in class com.simonstl.gorille.Ripper
 
setIdeographic(CharRanges) - Method in class com.simonstl.gorille.CharRules
Sets the range representing the Ideographic production from XML 1.0
setLevel(int) - Method in class com.simonstl.common.NSDecl
setLevel()is used by the namespace context object to establish which declarations appeared where.
setLocalName(String) - Method in class com.simonstl.common.Name
Accepts a string which will serve as the local name for this component.
setLocalName(String) - Method in class com.simonstl.common.NSDecl
Use setLocalName to identify the namespace prefix being used.
setLocalName(String) - Method in interface com.simonstl.common.NamingI
Accepts a string which will serve as the local name for this component.
setMaxBuf(int) - Method in class com.simonstl.gorille.Ripper
 
setNamespaceAware(boolean) - Method in class com.simonstl.gorille.CharRules
 
setNameStartChar(CharRanges) - Method in class com.simonstl.gorille.CharRules
Sets the range representing the list of characters for use at the beginning of names.
setOrigin(String) - Method in class com.simonstl.gorille.LoudContext
Accepts a string identifying the origin of the document.
setOrigin(String) - Method in class com.simonstl.gorille.Context
Accepts a string identifying the origin of the document.
setOrigin(String) - Method in interface com.simonstl.gorille.ContextI
Accepts a string identifying the origin of the document.
setOutPackage(String) - Method in class com.simonstl.gorille.CharRulesGen
 
setOutput(PrintStream) - Method in class com.simonstl.gorille.CharRulesGen
 
setParent(StackableComponentI) - Method in class com.simonstl.common.StackableComponent
Sets the parent component for this component
setParent(StackableComponentI) - Method in interface com.simonstl.common.StackableComponentI
Sets the parent component for this component
setPrefix(String) - Method in class com.simonstl.common.Name
Accepts a string which serves as the prefix for this component.
setPrefix(String) - Method in class com.simonstl.common.NSDecl
Attempts to set prefixes on namespace names will be ignored.
setPrefix(String) - Method in interface com.simonstl.common.NamingI
Accepts a string which serves as the prefix for this component.
setProperty(String, Object) - Method in class com.simonstl.gorille.CharRulesFilter
Set the value of a property.
setPubidChar(CharRanges) - Method in class com.simonstl.gorille.CharRules
Sets the range representing the PubidChar production from XML 1.0
setQName(String) - Method in class com.simonstl.common.Name
Sets the Qualified Name (QName) for the component.
setQName(String) - Method in class com.simonstl.common.NSDecl
currently null; needs work.
setQName(String) - Method in interface com.simonstl.common.NamingI
Sets the Qualified Name (QName) for the component.
setRules(CharRules) - Method in class com.simonstl.gorille.TestCharRules
sets up the rules, read in from a config file by CharRulesLoader or otherwise concocted in Java using the CharRules class.
setRules(CharRules) - Method in class com.simonstl.gorille.CharRulesFilter
sets up the rules, read in from a config file by CharRulesLoader or otherwise concocted in Java using the CharRules class.
setSpace(CharRanges) - Method in class com.simonstl.gorille.CharRules
Sets the range representing the characters which represent whitespace.
setStandalone(String) - Method in class com.simonstl.gorille.LoudContext
Sets the value of the standalone declaration, retrieved from the XML declaration.
setStandalone(String) - Method in class com.simonstl.gorille.Context
Sets the value of the standalone declaration, retrieved from the XML declaration.
setStandalone(String) - Method in interface com.simonstl.gorille.ContextI
Sets the value of the standalone declaration, retrieved from the XML declaration.
setType(NodeType) - Method in class com.simonstl.common.NamedComponent
Sets the type of the component.
setType(NodeType) - Method in interface com.simonstl.common.NamedComponentI
Sets the type of the component.
setUri(String) - Method in class com.simonstl.common.Name
Accepts a URI reference value which is used as the namespace for the component.
setUri(String) - Method in class com.simonstl.common.NSDecl
Attempts to set URIs on namespace names will be ignored.
setUri(String) - Method in interface com.simonstl.common.NamingI
Accepts a URI reference value which is used as the namespace for the component.
setValue(String) - Method in class com.simonstl.common.NSDecl
The value contains the namespace URI.
setVerbose(boolean) - Method in class com.simonstl.gorille.DocProcReporter
 
setVerbose(boolean) - Method in class com.simonstl.gorille.CharRulesFilter
Sets whether the filter should report errors to the command-line.
setVersion(String) - Method in class com.simonstl.gorille.LoudContext
Sets the version of XML used by the document, retrieved from the XML declaration.
setVersion(String) - Method in class com.simonstl.gorille.Context
Sets the version of XML used by the document, retrieved from the XML declaration.
setVersion(String) - Method in interface com.simonstl.gorille.ContextI
Sets the version of XML used by the document, retrieved from the XML declaration.
setXMLDeclaration(String) - Method in class com.simonstl.gorille.LoudContext
Takes a complete XML declaration for processing
setXMLDeclaration(String) - Method in class com.simonstl.gorille.Context
Takes a complete XML declaration for processing
setXMLDeclaration(String) - Method in interface com.simonstl.gorille.ContextI
Takes a complete XML declaration for processing; returns false if there's an error.
singleton - Variable in class com.simonstl.gorille.CharRange
 
skippedEntity(String) - Method in class com.simonstl.gorille.CharRulesFilter
Filter a skipped entity event.
space - Variable in class com.simonstl.gorille.CharRules
 
StackableComponent - class com.simonstl.common.StackableComponent.
Created by IntelliJ IDEA.
StackableComponent() - Constructor for class com.simonstl.common.StackableComponent
 
StackableComponent(NodeType) - Constructor for class com.simonstl.common.StackableComponent
 
StackableComponentI - interface com.simonstl.common.StackableComponentI.
Abbreviated information about context - stores names, type, nothing else.
standalone - Variable in class com.simonstl.gorille.LoudContext
 
standalone - Variable in class com.simonstl.gorille.Context
 
start - Variable in class com.simonstl.gorille.CharRulesLoader
 
start - Variable in class com.simonstl.gorille.CharRulesGen
 
start - Variable in class com.simonstl.gorille.CharRange
 
startChild(StackableComponentI) - Method in class com.simonstl.gorille.LoudContext
Adds a new node to the stack and adjusts context.
startChild(StackableComponentI) - Method in class com.simonstl.gorille.Context
Adds a new node to the stack and adjusts context.
startChild(StackableComponentI) - Method in interface com.simonstl.gorille.ContextI
Adds a new node to the stack and adjusts context.
startDocument() - Method in class com.simonstl.gorille.CharRulesGen
 
startDocument() - Method in class com.simonstl.gorille.CharRulesFilter
Filter a start document event.
startElement(String, String, String, Attributes) - Method in class com.simonstl.gorille.TestCharRules
 
startElement(String, String, String, Attributes) - Method in class com.simonstl.gorille.CharRulesLoader
 
startElement(String, String, String, Attributes) - Method in class com.simonstl.gorille.CharRulesGen
 
startElement(String, String, String, Attributes) - Method in class com.simonstl.gorille.CharRulesFilter
Filter a start element event.
startElementCTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
startElementCTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
startElementCTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
startElementCTag(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Indicates that the parser has begun reading a closing tag.
startElementOTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
startElementOTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
startElementOTag(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
startElementOTag(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Indicates that the parser has begun reading an open or empty tag.
startEnd - Variable in class com.simonstl.gorille.CharRulesLoader
 
startEnd - Variable in class com.simonstl.gorille.CharRulesGen
 
startPrefixMapping(String, String) - Method in class com.simonstl.gorille.CharRulesFilter
Filter a start Namespace prefix mapping event.
startTagDone() - Method in class com.simonstl.gorille.Ripper
 

T

tagSpace(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
 
tagSpace(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
 
tagSpace(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
 
tagSpace(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports whitespace inside of start, end, and empty tags, except whitespace contained in attribute values.
test() - Static method in class com.simonstl.common.NSContext
 
test(String[]) - Method in class com.simonstl.gorille.RipperTest
 
TestCharRules - class com.simonstl.gorille.TestCharRules.
A test for the XML character rules.
TestCharRules() - Constructor for class com.simonstl.gorille.TestCharRules
An empty constructor that requires the use of setParent before starting I don't think this works.
TestCharRules(XMLReader) - Constructor for class com.simonstl.gorille.TestCharRules
A constructor that takes the parser which will feed it SAX events
toHashCode(String, String) - Static method in class com.simonstl.common.Name
The toHashCode() method uses namespaceURI+">"+localName to generate an int.
toString() - Method in class com.simonstl.gorille.CharRules
 
toString() - Method in class com.simonstl.gorille.CharRanges
 
toString() - Method in class com.simonstl.gorille.CharRange
 
toString() - Method in class com.simonstl.common.NodeType
 
type - Variable in class com.simonstl.common.NamedComponent
 

U

UNKNOWN - Static variable in class com.simonstl.common.NodeType
 
UNPARSED - Static variable in class com.simonstl.common.NodeType
 
unparsedEntityDecl(String, String, String, String) - Method in class com.simonstl.gorille.CharRulesFilter
Filter an unparsed entity declaration event.

V

value - Variable in class com.simonstl.common.NSDecl
 
VALUE - Static variable in class com.simonstl.common.NodeType
 
verbose - Variable in class com.simonstl.gorille.DocProcReporter
 
verbose - Variable in class com.simonstl.gorille.CharRulesFilter
 
version - Variable in class com.simonstl.gorille.LoudContext
 
version - Variable in class com.simonstl.gorille.Context
 

W

WARNING - Static variable in class com.simonstl.gorille.CharRulesFilter
 
warning(GorilleException) - Method in class com.simonstl.gorille.DocProcCollector
 
warning(GorilleException) - Method in class com.simonstl.gorille.DocProcImpl
 
warning(GorilleException) - Method in class com.simonstl.gorille.DocProcReporter
A conduit for warning messages
warning(GorilleException) - Method in interface com.simonstl.gorille.DocProcI
A conduit for warning messages
warning(String) - Method in class com.simonstl.gorille.Ripper
warnings are reported and processing continues

X

XML_DECL - Static variable in class com.simonstl.common.NodeType
 
Xml10Rules - class com.simonstl.gorille.Xml10Rules.
Generated code created by the com.simonstl.gorille.CharRulesGen class.
Xml10Rules() - Constructor for class com.simonstl.gorille.Xml10Rules
 
Xml11Rules - class com.simonstl.gorille.Xml11Rules.
Generated code created by the com.simonstl.gorille.CharRulesGen class.
Xml11Rules() - Constructor for class com.simonstl.gorille.Xml11Rules
 
xmlDecl - Variable in class com.simonstl.gorille.LoudContext
 
xmlDecl - Variable in class com.simonstl.gorille.Context
 
XMLdecl(StringBuffer) - Method in class com.simonstl.gorille.DocProcCollector
Reports the XML declaration, if one is present.
XMLdecl(StringBuffer) - Method in class com.simonstl.gorille.DocProcImpl
Reports the XML declaration, if one is present.
XMLdecl(StringBuffer) - Method in class com.simonstl.gorille.DocProcReporter
Reports the XML declaration, if one is present.
XMLdecl(StringBuffer) - Method in interface com.simonstl.gorille.DocProcI
Reports the XML declaration, if one is present.

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