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

A

AbstractXMLReader - Class in jlibs.xml.sax
Base class for XMLReader implementation
AbstractXMLReader() - Constructor for class jlibs.xml.sax.AbstractXMLReader
 
add(SAXProducer) - Method in class jlibs.xml.sax.XMLDocument
 
add(SAXProducer, String) - Method in class jlibs.xml.sax.XMLDocument
 
add(SAXProducer, String, String) - Method in class jlibs.xml.sax.XMLDocument
 
add(SAXProducer, QName) - Method in class jlibs.xml.sax.XMLDocument
 
addAttribute(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
addAttribute(String, String, String) - Method in class jlibs.xml.sax.XMLDocument
 
addCDATA(String) - Method in class jlibs.xml.sax.XMLDocument
 
addCDATAElement(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
addCDATAElement(String, String, String) - Method in class jlibs.xml.sax.XMLDocument
 
addComment(String) - Method in class jlibs.xml.sax.XMLDocument
 
addElement(String, String, boolean) - Method in class jlibs.xml.sax.XMLDocument
 
addElement(String, String, String, boolean) - Method in class jlibs.xml.sax.XMLDocument
 
addElement(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
addElement(String, String, String) - Method in class jlibs.xml.sax.XMLDocument
 
addProcessingInstruction(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
addPublicDTD(String, String, String) - Method in class jlibs.xml.sax.XMLDocument
 
addSystemDTD(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
addText(String) - Method in class jlibs.xml.sax.XMLDocument
 
addXML(String, boolean) - Method in class jlibs.xml.sax.XMLDocument
 
addXML(InputSource, boolean) - Method in class jlibs.xml.sax.XMLDocument
 
AnsiHandler - Class in jlibs.xml.sax
 
AnsiHandler() - Constructor for class jlibs.xml.sax.AnsiHandler
 
attributeDecl(String, String, String, String, String) - Method in class jlibs.xml.sax.SAXDelegate
 

B

BaseXMLReader - Class in jlibs.xml.sax
Base class for xmlreader and xmlfilter implementations
BaseXMLReader(SAXDelegate) - Constructor for class jlibs.xml.sax.BaseXMLReader
 
BaseXMLReader() - Constructor for class jlibs.xml.sax.BaseXMLReader
 

C

characters(char[], int, int) - Method in class jlibs.xml.sax.AnsiHandler
 
characters(char[], int, int) - Method in class jlibs.xml.sax.helpers.SAXHandler
 
characters(char[], int, int) - Method in class jlibs.xml.sax.SAXDebugHandler
 
characters(char[], int, int) - Method in class jlibs.xml.sax.SAXDelegate
 
children(Node) - Method in class jlibs.xml.dom.DOMNavigator
 
ClarkName - Class in jlibs.xml
This class contains utilties to work with ClarkName.
ClarkName() - Constructor for class jlibs.xml.ClarkName
 
comment(char[], int, int) - Method in class jlibs.xml.sax.SAXDelegate
 
contents - Variable in class jlibs.xml.sax.helpers.SAXHandler
 
convert(Node) - Method in class jlibs.xml.dom.DOMXPathNameConvertor
 
copy() - Method in class jlibs.xml.dom.NamedNodeMapSequence
 
copy() - Method in class jlibs.xml.dom.NodeListSequence
 

D

DECL_HANDLER - Static variable in interface jlibs.xml.sax.SAXProperties
Set the handler for DTD declarations
DECL_HANDLER_ALT - Static variable in interface jlibs.xml.sax.SAXProperties
Shortcut for SAX-ext.
declarePrefix(String, String) - Method in class jlibs.xml.DefaultNamespaceContext
Binds specified prefix to the given uri
declarePrefix(String) - Method in class jlibs.xml.DefaultNamespaceContext
Declared the specified uri in this namespaceContext and returns the prefix to which it is bound.
declarePrefix(String) - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
generated a new prefix and binds it to given uri.
declarePrefix(String) - Method in class jlibs.xml.sax.XMLDocument
 
declarePrefix(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
DefaultNamespaceContext - Class in jlibs.xml
This is an implementation of NamespaceContext.
DefaultNamespaceContext() - Constructor for class jlibs.xml.DefaultNamespaceContext
Creates new instance of DefaultNamespaceContext with suggested prefixes Namespaces.getSuggested()
DefaultNamespaceContext(Properties) - Constructor for class jlibs.xml.DefaultNamespaceContext
Creates new instance of DefaultNamespaceContext with specified suggested prefixes
DefaultXPathVariableResolver - Class in jlibs.xml.xpath
 
DefaultXPathVariableResolver() - Constructor for class jlibs.xml.xpath.DefaultXPathVariableResolver
 
DefaultXPathVariableResolver(Map<QName, Object>) - Constructor for class jlibs.xml.xpath.DefaultXPathVariableResolver
 
defineVariable(QName, Object) - Method in class jlibs.xml.xpath.DefaultXPathVariableResolver
 
defineVariable(String, Object) - Method in class jlibs.xml.xpath.DefaultXPathVariableResolver
 
DOM_NODE - Static variable in interface jlibs.xml.sax.SAXProperties
The DOM node currently being visited, if SAX is being used as a DOM iterator.
If the parser recognizes and supports this property but is not currently visiting a DOM node, it should return null.
DOMLocator - Class in jlibs.xml.dom
 
DOMLocator() - Constructor for class jlibs.xml.dom.DOMLocator
 
DOMNamespaceContext - Class in jlibs.xml.dom
 
DOMNamespaceContext(Node) - Constructor for class jlibs.xml.dom.DOMNamespaceContext
 
DOMNamespaceContext.Iterator - Class in jlibs.xml.dom
 
DOMNamespaceContext.Iterator(Node) - Constructor for class jlibs.xml.dom.DOMNamespaceContext.Iterator
 
DOMNavigator - Class in jlibs.xml.dom
 
DOMNavigator() - Constructor for class jlibs.xml.dom.DOMNavigator
 
DOMUtil - Class in jlibs.xml.dom
 
DOMUtil() - Constructor for class jlibs.xml.dom.DOMUtil
 
DOMXPathNameConvertor - Class in jlibs.xml.dom
 
DOMXPathNameConvertor(NamespaceContext) - Constructor for class jlibs.xml.dom.DOMXPathNameConvertor
 
DOMXPathNameConvertor() - Constructor for class jlibs.xml.dom.DOMXPathNameConvertor
 

E

elementDecl(String, String) - Method in class jlibs.xml.sax.SAXDelegate
 
endCDATA() - Method in class jlibs.xml.sax.SAXDelegate
 
endDocument() - Method in class jlibs.xml.sax.AnsiHandler
 
endDocument() - Method in class jlibs.xml.sax.SAXDelegate
 
endDocument() - Method in class jlibs.xml.sax.XMLDocument
 
endDTD() - Method in class jlibs.xml.sax.SAXDelegate
 
endElement() - Method in class jlibs.xml.NamespaceMap.Handler
 
endElement(String, String, String) - Method in class jlibs.xml.sax.AnsiHandler
 
endElement() - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
endElement(String, String, String) - Method in class jlibs.xml.sax.helpers.NamespaceSupportReader
 
endElement(String, String, String) - Method in class jlibs.xml.sax.NamespaceReplacer
 
endElement(String, String, String) - Method in class jlibs.xml.sax.SAXDebugHandler
 
endElement(String, String, String) - Method in class jlibs.xml.sax.SAXDelegate
 
endElement(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
endElement(String) - Method in class jlibs.xml.sax.XMLDocument
 
endElement() - Method in class jlibs.xml.sax.XMLDocument
 
endElements(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
endElements(String) - Method in class jlibs.xml.sax.XMLDocument
 
endElements() - Method in class jlibs.xml.sax.XMLDocument
 
endEntity(String) - Method in class jlibs.xml.sax.SAXDelegate
 
endPrefixMapping(String) - Method in class jlibs.xml.sax.SAXDelegate
 
equals(Node, Node) - Static method in class jlibs.xml.dom.DOMUtil
 
equals(Object) - Method in class jlibs.xml.QNameFake
 
error(SAXParseException) - Method in class jlibs.xml.sax.SAXDelegate
 
error(String, Exception) - Method in class jlibs.xml.sax.XMLDocument
 
EXTERNAL_GENERAL_ENTITIES - Static variable in interface jlibs.xml.sax.SAXFeatures
Reports whether this parser processes external general entities
EXTERNAL_PARAMETER_ENTITIES - Static variable in interface jlibs.xml.sax.SAXFeatures
Reports whether this parser processes external parameter entities
externalEntityDecl(String, String, String) - Method in class jlibs.xml.sax.SAXDelegate
 

F

fatalError(SAXParseException) - Method in class jlibs.xml.sax.SAXDelegate
 
fatalError(String, Exception) - Method in class jlibs.xml.sax.XMLDocument
 
findNamespaceDeclarationForPrefix(Node, String) - Static method in class jlibs.xml.dom.DOMUtil
 
findNamespaceDeclarationForURI(Node, String) - Static method in class jlibs.xml.dom.DOMUtil
 
findNext() - Method in class jlibs.xml.dom.NamedNodeMapSequence
 
findNext() - Method in class jlibs.xml.dom.NodeListSequence
 
findPrefix(String) - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
Return one of the prefixes mapped to a Namespace URI.
findURI(String) - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
fire(XMLStreamReader, SAXDelegate) - Static method in class jlibs.xml.stream.STAXXMLReader
Reads data from specified reader, and delegates translated SAX Events to handler.

G

getColumnNumber() - Method in class jlibs.xml.dom.DOMLocator
 
getColumnNumber() - Method in class jlibs.xml.stream.STAXLocator
 
getContentHandler() - Method in class jlibs.xml.sax.BaseXMLReader
 
getContentHandler() - Method in class jlibs.xml.sax.SAXDelegate
 
getDeclaredPrefixes() - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
getDeclHandler() - Method in class jlibs.xml.sax.SAXDelegate
 
getDepth() - Method in class jlibs.xml.sax.XMLDocument
 
getDTDHandler() - Method in class jlibs.xml.sax.BaseXMLReader
 
getDTDHandler() - Method in class jlibs.xml.sax.SAXDelegate
 
getEncoding() - Method in class jlibs.xml.stream.STAXLocator
 
getEntityResolver() - Method in class jlibs.xml.sax.BaseXMLReader
 
getEntityResolver() - Method in class jlibs.xml.sax.SAXDelegate
 
getErrorHandler() - Method in class jlibs.xml.sax.BaseXMLReader
 
getErrorHandler() - Method in class jlibs.xml.sax.SAXDelegate
 
getFeature(String) - Method in class jlibs.xml.sax.AbstractXMLReader
 
getFeature(String) - Method in class jlibs.xml.sax.MyXMLFilter
 
getIndex(String, String) - Method in class jlibs.xml.stream.STAXAttributes
 
getIndex(String) - Method in class jlibs.xml.stream.STAXAttributes
 
getLength() - Method in class jlibs.xml.stream.STAXAttributes
 
getLexicalHandler() - Method in class jlibs.xml.sax.SAXDelegate
 
getLineNumber() - Method in class jlibs.xml.dom.DOMLocator
 
getLineNumber() - Method in class jlibs.xml.stream.STAXLocator
 
getLocalName(int) - Method in class jlibs.xml.stream.STAXAttributes
 
getNamespaceSupport() - Method in class jlibs.xml.sax.helpers.NamespaceSupportReader
 
getNamespaceSupport() - Method in class jlibs.xml.sax.XMLDocument
 
getNamespaceURI(String) - Method in class jlibs.xml.DefaultNamespaceContext
 
getNamespaceURI(String) - Method in class jlibs.xml.dom.DOMNamespaceContext
 
getNamespaceURI() - Method in class jlibs.xml.dom.DOMNamespaceContext.Iterator
 
getNamespaceURI(String) - Method in class jlibs.xml.NamespaceMap
 
getNode() - Method in class jlibs.xml.dom.DOMLocator
 
getObject() - Method in class jlibs.xml.sax.ObjectInputSource
 
getParent() - Method in class jlibs.xml.sax.MyXMLFilter
 
getPosition(Element) - Static method in class jlibs.xml.dom.DOMUtil
 
getPrefix(String) - Method in class jlibs.xml.DefaultNamespaceContext
 
getPrefix(String) - Method in class jlibs.xml.dom.DOMNamespaceContext
 
getPrefix(String) - Method in class jlibs.xml.NamespaceMap
 
getPrefixes(String) - Method in class jlibs.xml.DefaultNamespaceContext
 
getPrefixes(String) - Method in class jlibs.xml.dom.DOMNamespaceContext
 
getPrefixes(String) - Method in class jlibs.xml.NamespaceMap
 
getPrefixes(String) - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
getPrefixes() - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
getProperty(String) - Method in class jlibs.xml.sax.AbstractXMLReader
 
getProperty(String) - Method in class jlibs.xml.sax.MyXMLFilter
 
getPublicId() - Method in class jlibs.xml.dom.DOMLocator
 
getPublicId() - Method in class jlibs.xml.stream.STAXLocator
 
getQName(int) - Method in class jlibs.xml.stream.STAXAttributes
 
getQName(QName) - Static method in class jlibs.xml.XMLUtil
 
getSuggested() - Static method in class jlibs.xml.Namespaces
returns Properties object where key is URI and value is suggested prefix.
getSuggestPrefix() - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
getSystemId() - Method in class jlibs.xml.dom.DOMLocator
 
getSystemId() - Method in class jlibs.xml.stream.STAXLocator
 
getType(int) - Method in class jlibs.xml.stream.STAXAttributes
 
getType(String, String) - Method in class jlibs.xml.stream.STAXAttributes
 
getType(String) - Method in class jlibs.xml.stream.STAXAttributes
 
getURI(int) - Method in class jlibs.xml.stream.STAXAttributes
 
getValue(int) - Method in class jlibs.xml.stream.STAXAttributes
 
getValue(String, String) - Method in class jlibs.xml.stream.STAXAttributes
 
getValue(String) - Method in class jlibs.xml.stream.STAXAttributes
 
getXMLVersion() - Method in class jlibs.xml.stream.STAXLocator
 
getXPath(Node, NamespaceContext) - Method in class jlibs.xml.dom.DOMNavigator
 

H

handler - Variable in class jlibs.xml.sax.BaseXMLReader
 
hashCode() - Method in class jlibs.xml.QNameFake
 
hasNext() - Method in class jlibs.xml.dom.DOMNamespaceContext.Iterator
 

I

ignorableWhitespace(char[], int, int) - Method in class jlibs.xml.sax.SAXDelegate
 
input - Variable in class jlibs.xml.sax.ObjectInputSource
 
internalEntityDecl(String, String) - Method in class jlibs.xml.sax.SAXDelegate
 
IS_STANDALONE - Static variable in interface jlibs.xml.sax.SAXFeatures
May be examined only during a parse, after the startDocument() callback has been completed; read-only.
isDeclaredPrefix(String) - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
isNamespaceDeclaration(Attr) - Static method in class jlibs.xml.dom.DOMUtil
 
iterator(String) - Static method in class jlibs.xml.ClarkName
Tokenizes given clarkPath into clarkNames.

J

jlibs.xml - package jlibs.xml
 
jlibs.xml.dom - package jlibs.xml.dom
 
jlibs.xml.sax - package jlibs.xml.sax
 
jlibs.xml.sax.helpers - package jlibs.xml.sax.helpers
 
jlibs.xml.stream - package jlibs.xml.stream
 
jlibs.xml.xpath - package jlibs.xml.xpath
 
jlibs.xml.xsl - package jlibs.xml.xsl
 

L

LEXICAL_HANDLER - Static variable in interface jlibs.xml.sax.SAXProperties
Set the handler for lexical parsing events: comments, CDATA delimiters, selected general entity inclusions, and the start and end of the DTD (and declaration of document element name).
LEXICAL_HANDLER_ALT - Static variable in interface jlibs.xml.sax.SAXProperties
Shortcut for SAX-ext.
LEXICAL_HANDLER_PARAMETER_ENTITIES - Static variable in interface jlibs.xml.sax.SAXFeatures
A value of "true" indicates that the LexicalHandler will report the beginning and end of parameter entities.
localPart - Variable in class jlibs.xml.QNameFake
 

M

main(String[]) - Static method in class jlibs.xml.dom.DOMUtil
 
main(String[]) - Static method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
main(String[]) - Static method in class jlibs.xml.sax.ObjectInputSource
 
main(String[]) - Static method in class jlibs.xml.sax.XMLDocument
 
mark() - Method in class jlibs.xml.sax.XMLDocument
 
MyNamespaceSupport - Class in jlibs.xml.sax.helpers
 
MyNamespaceSupport() - Constructor for class jlibs.xml.sax.helpers.MyNamespaceSupport
 
MyNamespaceSupport(Properties) - Constructor for class jlibs.xml.sax.helpers.MyNamespaceSupport
 
MyXMLFilter - Class in jlibs.xml.sax
XMLFilter implementation using SAXDelegate
MyXMLFilter(SAXDelegate) - Constructor for class jlibs.xml.sax.MyXMLFilter
 
MyXMLFilter(SAXDelegate, XMLReader) - Constructor for class jlibs.xml.sax.MyXMLFilter
 

N

NamedNodeMapSequence - Class in jlibs.xml.dom
 
NamedNodeMapSequence(NamedNodeMap) - Constructor for class jlibs.xml.dom.NamedNodeMapSequence
 
NAMESPACE_PREFIXES - Static variable in interface jlibs.xml.sax.SAXFeatures
A value of "true" indicates that XML qualified names (with prefixes) and attributes (including xmlns* attributes) will be available.
NamespaceMap - Class in jlibs.xml
NamespaceContext implementation using ContextMap
NamespaceMap() - Constructor for class jlibs.xml.NamespaceMap
 
NamespaceMap(ContextMap<String, String>) - Constructor for class jlibs.xml.NamespaceMap
 
namespaceMap - Variable in class jlibs.xml.NamespaceMap.Handler
 
NamespaceMap.Handler - Class in jlibs.xml
 
NamespaceMap.Handler() - Constructor for class jlibs.xml.NamespaceMap.Handler
 
NamespaceReplacer - Class in jlibs.xml.sax
SAXDelegate that can replace namespaces specified in map
NamespaceReplacer(Map<String, String>) - Constructor for class jlibs.xml.sax.NamespaceReplacer
 
NamespaceReplacer(XMLReader, Map<String, String>) - Constructor for class jlibs.xml.sax.NamespaceReplacer
 
Namespaces - Class in jlibs.xml
This class most commonly used namespaces and their common prefixes.
Namespaces() - Constructor for class jlibs.xml.Namespaces
 
NAMESPACES - Static variable in interface jlibs.xml.sax.SAXFeatures
A value of "true" indicates namespace URIs and unprefixed local names for element and attribute names will be available.
NamespaceSupportReader - Class in jlibs.xml.sax.helpers
 
NamespaceSupportReader(boolean) - Constructor for class jlibs.xml.sax.helpers.NamespaceSupportReader
 
NamespaceSupportReader(XMLReader) - Constructor for class jlibs.xml.sax.helpers.NamespaceSupportReader
 
namespaceURI - Variable in class jlibs.xml.QNameFake
 
new2old - Variable in class jlibs.xml.sax.NamespaceReplacer
 
newDocumentBuilder(boolean, boolean) - Static method in class jlibs.xml.dom.DOMUtil
 
newDocumentBuilder(boolean, boolean, boolean, boolean) - Static method in class jlibs.xml.dom.DOMUtil
 
newNSSupport - Variable in class jlibs.xml.sax.NamespaceReplacer
 
newSAXFactory(boolean, boolean, boolean) - Static method in class jlibs.xml.sax.SAXUtil
 
newSAXParser(boolean, boolean, boolean) - Static method in class jlibs.xml.sax.SAXUtil
 
newTransformer(Source, boolean, int, String) - Static method in class jlibs.xml.xsl.TransformerUtil
Creates Transformer
newTransformerHandler(Source, boolean, int, String) - Static method in class jlibs.xml.xsl.TransformerUtil
Creates TransformerHandler
next() - Method in class jlibs.xml.dom.DOMNamespaceContext.Iterator
 
NodeListSequence - Class in jlibs.xml.dom
 
NodeListSequence(NodeList) - Constructor for class jlibs.xml.dom.NodeListSequence
 
notationDecl(String, String, String) - Method in class jlibs.xml.sax.SAXDelegate
 
nsFeature - Variable in class jlibs.xml.sax.AbstractXMLReader
 
nsPrefixesFeature - Variable in class jlibs.xml.sax.AbstractXMLReader
 
nsSupport - Variable in class jlibs.xml.sax.helpers.NamespaceSupportReader
 
nsSupport - Variable in class jlibs.xml.sax.helpers.SAXHandler
 

O

ObjectInputSource<E> - Class in jlibs.xml.sax
An InputSource implementation which uses XMLDocument to convert java object to XML
ObjectInputSource(E) - Constructor for class jlibs.xml.sax.ObjectInputSource
 
old2new - Variable in class jlibs.xml.sax.NamespaceReplacer
 
oldNSSupport - Variable in class jlibs.xml.sax.NamespaceReplacer
 
OUTPUT_KEY_INDENT_AMOUT - Static variable in class jlibs.xml.xsl.TransformerUtil
 

P

parent(Node) - Method in class jlibs.xml.dom.DOMNavigator
 
parent() - Method in class jlibs.xml.NamespaceMap
 
parse(InputSource, DefaultHandler) - Method in class jlibs.xml.sax.helpers.NamespaceSupportReader
 
parse(String, DefaultHandler) - Method in class jlibs.xml.sax.helpers.NamespaceSupportReader
 
parse(InputSource) - Method in class jlibs.xml.sax.MyXMLFilter
 
parse(String) - Method in class jlibs.xml.sax.MyXMLFilter
 
parse(InputSource) - Method in class jlibs.xml.sax.XMLWriter
 
parse(String) - Method in class jlibs.xml.sax.XMLWriter
 
parse(InputSource) - Method in class jlibs.xml.stream.STAXXMLReader
 
parse(String) - Method in class jlibs.xml.stream.STAXXMLReader
 
processingInstruction(String, String) - Method in class jlibs.xml.sax.SAXDelegate
 

Q

QNameFake - Class in jlibs.xml
 
QNameFake() - Constructor for class jlibs.xml.QNameFake
 

R

release() - Method in class jlibs.xml.sax.XMLDocument
 
release(int) - Method in class jlibs.xml.sax.XMLDocument
 
remove() - Method in class jlibs.xml.dom.DOMNamespaceContext.Iterator
 
reset() - Method in class jlibs.xml.dom.NamedNodeMapSequence
 
reset() - Method in class jlibs.xml.dom.NodeListSequence
 
RESOLVE_DTD_URIS - Static variable in interface jlibs.xml.sax.SAXFeatures
A value of "true" indicates that system IDs in declarations will be absolutized (relative to their base URIs) before reporting.
resolveEntity(String, String) - Method in class jlibs.xml.sax.SAXDelegate
 
resolveVariable(QName) - Method in class jlibs.xml.xpath.DefaultXPathVariableResolver
 

S

SAXDebugHandler - Class in jlibs.xml.sax
A SAXDelegate that prints sax event information before delgating.
SAXDebugHandler(DefaultHandler) - Constructor for class jlibs.xml.sax.SAXDebugHandler
 
SAXDelegate - Class in jlibs.xml.sax
This class implements all sax handler interfaces and delegates them to the registered handlers
SAXDelegate() - Constructor for class jlibs.xml.sax.SAXDelegate
 
SAXDelegate(Object) - Constructor for class jlibs.xml.sax.SAXDelegate
 
SAXFeatures - Interface in jlibs.xml.sax
This interface contains constants for various SAX Features.
SAXHandler - Class in jlibs.xml.sax.helpers
 
SAXHandler() - Constructor for class jlibs.xml.sax.helpers.SAXHandler
 
SAXInputSource<E extends SAXProducer> - Class in jlibs.xml.sax
ObjectInputSource implementation for Object implementing SAXProducer
SAXInputSource(E) - Constructor for class jlibs.xml.sax.SAXInputSource
 
SAXProducer - Interface in jlibs.xml.sax
This interface tells how to convert this object to xml
SAXProperties - Interface in jlibs.xml.sax
This interface contains constants for various SAX Properties.
SAXUtil - Class in jlibs.xml.sax
 
SAXUtil() - Constructor for class jlibs.xml.sax.SAXUtil
 
serialize(Node, PrintStream) - Static method in class jlibs.xml.dom.DOMUtil
 
serializeTo(QName, XMLDocument) - Method in interface jlibs.xml.sax.SAXProducer
Serialize this object to xml
set(String, String) - Method in class jlibs.xml.QNameFake
 
setContentHandler(ContentHandler) - Method in class jlibs.xml.sax.BaseXMLReader
 
setContentHandler(ContentHandler) - Method in class jlibs.xml.sax.SAXDelegate
 
setDeclHandler(DeclHandler) - Method in class jlibs.xml.sax.SAXDelegate
 
setDefaultHandler(DefaultHandler) - Method in class jlibs.xml.sax.helpers.NamespaceSupportReader
 
setDocumentLocator(Locator) - Method in class jlibs.xml.sax.SAXDelegate
 
setDTDHandler(DTDHandler) - Method in class jlibs.xml.sax.BaseXMLReader
 
setDTDHandler(DTDHandler) - Method in class jlibs.xml.sax.SAXDelegate
 
setEntityResolver(EntityResolver) - Method in class jlibs.xml.sax.BaseXMLReader
 
setEntityResolver(EntityResolver) - Method in class jlibs.xml.sax.SAXDelegate
 
setErrorHandler(ErrorHandler) - Method in class jlibs.xml.sax.BaseXMLReader
 
setErrorHandler(ErrorHandler) - Method in class jlibs.xml.sax.SAXDelegate
 
setFeature(String, boolean) - Method in class jlibs.xml.sax.AbstractXMLReader
 
setFeature(String, boolean) - Method in class jlibs.xml.sax.MyXMLFilter
 
setFeature(String, boolean) - Method in class jlibs.xml.sax.NamespaceReplacer
 
setHandler(Object) - Method in class jlibs.xml.sax.SAXDelegate
Registers given handler with all its implementing interfaces.
setHandler(XMLReader, Object) - Static method in class jlibs.xml.sax.SAXUtil
Registers all sax hander interfaces implemented by handler to the specified reader
setLexicalHandler(LexicalHandler) - Method in class jlibs.xml.sax.SAXDelegate
 
setOutputProperties(Transformer, boolean, int, String) - Static method in class jlibs.xml.xsl.TransformerUtil
to set various output properties on given transformer.
setParent(XMLReader) - Method in class jlibs.xml.sax.MyXMLFilter
 
setProperty(String, Object) - Method in class jlibs.xml.sax.AbstractXMLReader
 
setProperty(String, Object) - Method in class jlibs.xml.sax.MyXMLFilter
 
setSuggestPrefix(String) - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
skippedEntity(String) - Method in class jlibs.xml.sax.SAXDelegate
 
split(String) - Static method in class jlibs.xml.ClarkName
Splits given clarkName to namespace and localPart
startCDATA() - Method in class jlibs.xml.sax.SAXDelegate
 
startDocument() - Method in class jlibs.xml.NamespaceMap.Handler
 
startDocument() - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
startDocument() - Method in class jlibs.xml.sax.helpers.NamespaceSupportReader
 
startDocument() - Method in class jlibs.xml.sax.NamespaceReplacer
 
startDocument() - Method in class jlibs.xml.sax.SAXDelegate
 
startDocument() - Method in class jlibs.xml.sax.XMLDocument
 
startDTD(String, String, String) - Method in class jlibs.xml.sax.SAXDelegate
 
startElement() - Method in class jlibs.xml.NamespaceMap.Handler
 
startElement(String, String, String, Attributes) - Method in class jlibs.xml.sax.AnsiHandler
 
startElement() - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
startElement(String, String, String, Attributes) - Method in class jlibs.xml.sax.helpers.NamespaceSupportReader
 
startElement(String, String, String, Attributes) - Method in class jlibs.xml.sax.NamespaceReplacer
 
startElement(String, String, String, Attributes) - Method in class jlibs.xml.sax.SAXDebugHandler
 
startElement(String, String, String, Attributes) - Method in class jlibs.xml.sax.SAXDelegate
 
startElement(String) - Method in class jlibs.xml.sax.XMLDocument
 
startElement(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
startEntity(String) - Method in class jlibs.xml.sax.SAXDelegate
 
startPrefixMapping(String, String) - Method in class jlibs.xml.NamespaceMap.Handler
 
startPrefixMapping(String, String) - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
startPrefixMapping(String) - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
startPrefixMapping(String, String) - Method in class jlibs.xml.sax.helpers.NamespaceSupportReader
 
startPrefixMapping(String, String) - Method in class jlibs.xml.sax.NamespaceReplacer
 
startPrefixMapping(String, String) - Method in class jlibs.xml.sax.SAXDelegate
 
STAXAttributes - Class in jlibs.xml.stream
SAX Attributes implementation for XMLStreamReader.
STAXAttributes(XMLStreamReader) - Constructor for class jlibs.xml.stream.STAXAttributes
 
STAXLocator - Class in jlibs.xml.stream
SAX Locator2 implementation for XMLStreamReader.
STAXLocator(XMLStreamReader) - Constructor for class jlibs.xml.stream.STAXLocator
 
STAXXMLReader - Class in jlibs.xml.stream
XMLReader implementation using STAX.
STAXXMLReader(XMLInputFactory) - Constructor for class jlibs.xml.stream.STAXXMLReader
 
STAXXMLReader() - Constructor for class jlibs.xml.stream.STAXXMLReader
 
STRING_INTERNING - Static variable in interface jlibs.xml.sax.SAXFeatures
Has a value of "true" if all XML names (for elements, prefixes, attributes, entities, notations, and local names), as well as Namespace URIs, will have been interned using java.lang.String.intern.
suggestPrefix(String) - Static method in class jlibs.xml.Namespaces
Returns suggested prefix fore the given uri.
suggestPrefix(String, String) - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
This method is used to override the prefix generated by MyNamespaceSupport.declarePrefix(String), to your own choice.
suggestPrefix(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
supportedFeatures - Variable in class jlibs.xml.sax.AbstractXMLReader
 

T

toAttrQName(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
toQName(String) - Method in class jlibs.xml.DefaultNamespaceContext
Constructs QName for the specified qname.
toQName(String) - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
toQName(String, String) - Method in class jlibs.xml.sax.helpers.MyNamespaceSupport
 
toQName(String, String) - Method in class jlibs.xml.sax.XMLDocument
 
toSAX(Node, SAXDelegate) - Static method in class jlibs.xml.dom.DOMUtil
 
toString(Node) - Static method in class jlibs.xml.dom.DOMUtil
 
TransformerUtil - Class in jlibs.xml.xsl
This class contains utility method related to transformation
TransformerUtil() - Constructor for class jlibs.xml.xsl.TransformerUtil
 
translate(String, Map<String, String>) - Method in class jlibs.xml.sax.NamespaceReplacer
 
translateAttribute(String, Map<String, String>) - Method in class jlibs.xml.sax.NamespaceReplacer
 
translateAttribute(String, MyNamespaceSupport, MyNamespaceSupport) - Method in class jlibs.xml.sax.NamespaceReplacer
 

U

UNICODE_NORMALIZATION_CHECKING - Static variable in interface jlibs.xml.sax.SAXFeatures
Controls whether the parser reports Unicode normalization errors as described in section 2.13 and Appendix B of the XML 1.1 Recommendation.
unparsedEntityDecl(String, String, String, String) - Method in class jlibs.xml.sax.SAXDelegate
 
URI_BPWS - Static variable in class jlibs.xml.Namespaces
 
URI_HTTP - Static variable in class jlibs.xml.Namespaces
WSDL namespace for WSDL HTTP GET & POST binding
URI_MIME - Static variable in class jlibs.xml.Namespaces
WSDL namespace for WSDL MIME binding
URI_PLINK - Static variable in class jlibs.xml.Namespaces
 
URI_SOAP - Static variable in class jlibs.xml.Namespaces
WSDL namespace for WSDL SOAP 1.1 binding
URI_SOAP12 - Static variable in class jlibs.xml.Namespaces
WSDL namespace for WSDL SOAP 1.2 binding
URI_SOAP12ENC - Static variable in class jlibs.xml.Namespaces
Encoding namespace as defined by SOAP 1.2
URI_SOAP12ENV - Static variable in class jlibs.xml.Namespaces
Envelope namespace as defined by SOAP 1.2
URI_SOAPENC - Static variable in class jlibs.xml.Namespaces
Encoding namespace as defined by SOAP 1.1
URI_SOAPENV - Static variable in class jlibs.xml.Namespaces
Envelope namespace as defined by SOAP 1.1
URI_WSDL - Static variable in class jlibs.xml.Namespaces
WSDL namespace for WSDL framework
URI_XHTML - Static variable in class jlibs.xml.Namespaces
 
URI_XML - Static variable in class jlibs.xml.Namespaces
The official XML Namespace name URI
URI_XMLNS - Static variable in class jlibs.xml.Namespaces
Namespace URI used by the official XML attribute used for specifying XML Namespace declarations "xmlns"
URI_XPATH - Static variable in class jlibs.xml.Namespaces
 
URI_XSD - Static variable in class jlibs.xml.Namespaces
Schema namespace as defined by XSD
URI_XSI - Static variable in class jlibs.xml.Namespaces
Instance namespace as defined by XSD
URI_XSL - Static variable in class jlibs.xml.Namespaces
Namespace used by XSL Documents
USE_ATTRIBUTES2 - Static variable in interface jlibs.xml.sax.SAXFeatures
Returns "true" if the Attributes objects passed by this parser in ContentHandler.startElement() implement the org.xml.sax.ext.Attributes2 interface.
USE_ENTITY_RESOLVER2 - Static variable in interface jlibs.xml.sax.SAXFeatures
Returns "true" if, when setEntityResolver is given an object implementing the org.xml.sax.ext.EntityResolver2 interface, those new methods will be used.
USE_LOCATOR2 - Static variable in interface jlibs.xml.sax.SAXFeatures
Returns "true" if the Locator objects passed by this parser in ContentHandler.setDocumentLocator() implement the org.xml.sax.ext.Locator2 interface.

V

VALIDATION - Static variable in interface jlibs.xml.sax.SAXFeatures
Controls whether the parser is reporting all validity errors
valueOf(String, String) - Static method in class jlibs.xml.ClarkName
Returns string representation as defined by James Clark.

W

warning(SAXParseException) - Method in class jlibs.xml.sax.SAXDelegate
 
warning(String, Exception) - Method in class jlibs.xml.sax.XMLDocument
 
write(E, XMLDocument) - Method in class jlibs.xml.sax.ObjectInputSource
 
write(E, XMLDocument) - Method in class jlibs.xml.sax.SAXInputSource
 
writeTo(Writer, boolean, int) - Method in class jlibs.xml.sax.ObjectInputSource
 
writeTo(OutputStream, boolean, int, String) - Method in class jlibs.xml.sax.ObjectInputSource
 
writeTo(String, boolean, int, String) - Method in class jlibs.xml.sax.ObjectInputSource
 

X

XML_1_1 - Static variable in interface jlibs.xml.sax.SAXFeatures
Returns "true" if the parser supports both XML 1.1 and XML 1.0.
XML_STRING - Static variable in interface jlibs.xml.sax.SAXProperties
Get the string of characters associated with the current event.
XML_URIS - Static variable in interface jlibs.xml.sax.SAXFeatures
Controls whether, when the namespace-prefixes feature is set, the parser treats namespace declaration attributes as being in the http://www.w3.org/2000/xmlns/ namespace.
XML_VERSION - Static variable in interface jlibs.xml.sax.SAXProperties
A literal string describing the actual XML version of the document, such as "1.0" or "1.1"
XMLDocument - Class in jlibs.xml.sax
This class is used to write xml documents
XMLDocument(SAXDelegate) - Constructor for class jlibs.xml.sax.XMLDocument
 
XMLDocument(Result, boolean, int, String) - Constructor for class jlibs.xml.sax.XMLDocument
 
XMLUtil - Class in jlibs.xml
 
XMLUtil() - Constructor for class jlibs.xml.XMLUtil
 
XMLWriter - Class in jlibs.xml.sax
XMLReader implementaion for ObjectInputSource
XMLWriter() - Constructor for class jlibs.xml.sax.XMLWriter
 

_

_getProperty(String) - Method in class jlibs.xml.sax.BaseXMLReader
 
_setProperty(String, Object) - Method in class jlibs.xml.sax.BaseXMLReader
 

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

Copyright © 2015. All rights reserved.