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

A

AbstractXMLReader - Class in sk.baka.ikslibs.sax
Implements basic methods of XML reader.
AbstractXMLReader() - Constructor for class sk.baka.ikslibs.sax.AbstractXMLReader
 
acceptNode(Node) - Method in class sk.baka.ikslibs.splitted.MarkFilter
Accepts only the Const.EM_ELEMENT_MARK nodes.
accepts(QName) - Method in interface sk.baka.ikslibs.IQNameFilter
Checks if given qname is accepted by the filter.
acceptsAttribute(Attributes, int) - Method in interface sk.baka.ikslibs.stax.STAXUtils.AttributeFilter
Checks if attribute at given index is accepted by the filter.
add(Message) - Method in class sk.baka.ikslibs.messages.Messages
Adds new message.
addElement(Element, FailEnum) - Method in class sk.baka.ikslibs.ids.IDManager
Links given element with unique ID.
addEventListenerTo(EventTarget, EventListener, boolean, Set<EventTypesEnum>) - Static method in enum sk.baka.ikslibs.EventTypesEnum
Registers given listener to given node for all specified event types.
addTree(Node, FailEnum) - Method in class sk.baka.ikslibs.ids.IDManager
Adds all element nodes in the descendant-or-self axis of given node to the id list.
and(IQNameFilter, IQNameFilter) - Static method in class sk.baka.ikslibs.QNameFilters
Creates a filter that rejects everything that is rejected by at least one filter.
announceEvent(XMLEvent) - Method in class sk.baka.ikslibs.sax.STAXReader
Sends this event to the handler.
append(char) - Method in class sk.baka.ikslibs.stream.TeeWriter
 
append(CharSequence, int, int) - Method in class sk.baka.ikslibs.stream.TeeWriter
 
append(CharSequence) - Method in class sk.baka.ikslibs.stream.TeeWriter
 
areIdsEqual(String, String) - Method in class sk.baka.ikslibs.ids.IDManager
Tests if the two IDs denote the same nodeset.
assertEmpty() - Method in class sk.baka.ikslibs.ElementStack
Ensures that the stack is empty.
AttributeReplacer - Class in sk.baka.ikslibs.sax
Replaces selected attribute with given name and value.
AttributeReplacer() - Constructor for class sk.baka.ikslibs.sax.AttributeReplacer
 
AttributeReplacerHandler - Class in sk.baka.ikslibs.sax
Replaces attributes in all elements, optionally ensuring that each replaced attribute has unique value.
AttributeReplacerHandler(ContentHandler, QName, QName, boolean) - Constructor for class sk.baka.ikslibs.sax.AttributeReplacerHandler
Constructor.
AttributesAdapter - Class in sk.baka.ikslibs.sax
Simple wrapper of attribute list; from DOM NamedNodeMap to SAX Attributes interface.
AttributesAdapter() - Constructor for class sk.baka.ikslibs.sax.AttributesAdapter
 
AttributesDelegate - Class in sk.baka.ikslibs.sax
Delegates all calls to underlying attributes instance.
AttributesDelegate(Attributes) - Constructor for class sk.baka.ikslibs.sax.AttributesDelegate
Constructor.
attrName - Variable in class sk.baka.ikslibs.ptr.DOMPoint
If not null then this point points into attribute with this qname.
attrReplace - Variable in class sk.baka.ikslibs.sax.AttributeReplacerHandler
Attribute to be replaced.
attrReplaceWith - Variable in class sk.baka.ikslibs.sax.AttributeReplacerHandler
The new attribute name.
attrs - Variable in class sk.baka.ikslibs.sax.AttributesAdapter
Wrapped attributes.
atts - Variable in class sk.baka.ikslibs.sax.AttributesDelegate
All calls are delegated here.

B

beforePoints - Variable in class sk.baka.ikslibs.ptr.DomPointer
Pointer points right after this node.
belongsTo(Node, Document) - Static method in class sk.baka.ikslibs.DOMUtils
Checks the node if it is from given document.
branch - Variable in class sk.baka.ikslibs.stream.TeeWriter
The secondary writer.
bubbles() - Method in enum sk.baka.ikslibs.EventTypesEnum
Checks if this event can bubble.
builder - Static variable in class sk.baka.ikslibs.TransformUtils
Produces document instances.

C

canBeRedirectedTo(SourceEnum) - Method in enum sk.baka.ikslibs.ResultEnum
Checks if output from this kind of result can be redirected to given kind of source.
canHaveId(Node) - Static method in class sk.baka.ikslibs.ids.IDManager
Checks if the node can have an id.
canHaveId(short) - Static method in class sk.baka.ikslibs.ids.IDManager
Checks if the node can have an id.
canHaveNamespace(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if this node can have a namespace.
canHaveNamespace(short) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if this node can have a namespace.
canRedo() - Method in class sk.baka.ikslibs.UndoManager
Checks if there are some undo actions that can be applied back to the document.
canUndo() - Method in class sk.baka.ikslibs.UndoManager
Checks if there are some undoable operations.
cause - Variable in class sk.baka.ikslibs.messages.Message
Exception that caused the message, may be null.
changed - Variable in class sk.baka.ikslibs.modify.ObjectChangeCollector
If true then object was changed.
characters(char[], int, int) - Method in class sk.baka.ikslibs.sax.ContentHandlerDelegate
 
characters(char[], int, int) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
characters(char[], int, int) - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
 
characters(char[], int, int) - Method in class sk.baka.ikslibs.sax.SAXEventTypeFilter
 
checkAttributes() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
Check if current event has attributes.
checkEventType(int) - Method in class sk.baka.ikslibs.stax.STAXEventReaderBase
Ensures that the current event is of given type.
checkNode(Node, Document) - Static method in class sk.baka.ikslibs.DOMUtils
Checks the node if it is from given document.
checkPointer(DomPointer, Document) - Static method in class sk.baka.ikslibs.DOMUtils
Checks the pointer if it is from given document.
checkReadability(Source) - Static method in enum sk.baka.ikslibs.SourceEnum
If given source is not readable IllegalArgumentException is thrown.
checkStartElement(boolean) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
Ensures that current node is an element node.
checkText() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
Ensures that the current node is a text node (text, cdata, comment or entity).
checkWellFormedness(String) - Method in class sk.baka.ikslibs.ids.IDManager
If given ID is not well formed the DOMException is thrown.
checkWritable(Result) - Static method in enum sk.baka.ikslibs.ResultEnum
Checks if given result is writable.
clear() - Method in class sk.baka.ikslibs.ElementStack
Removes all elements from the stack.
clear() - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Removes all intervals from this set.
clear() - Method in class sk.baka.ikslibs.splitted.SplittedDocChangeCollector
Clears the change collection.
clearAttributes(Node) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Removes all attribute nodes (including xmlns: attributes) from given node.
clearChanges() - Method in class sk.baka.ikslibs.modify.DOMChangeCollector
 
clearChanges() - Method in interface sk.baka.ikslibs.modify.IChangeCollector
Clears the change tracer.
clearChanges() - Method in class sk.baka.ikslibs.modify.ObjectChangeCollector
 
clearChildren(Node, boolean) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Deletes all child nodes in the node (all nodes from the document, for example).
cloneContents() - Method in class sk.baka.ikslibs.interval.DOMInterval
The 'copy' operation.
cloneContents(Node) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
The 'copy' operation.
close() - Method in class sk.baka.ikslibs.stax.DOMReader
 
close() - Method in class sk.baka.ikslibs.stax.DOMWriter
 
close() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
close() - Method in class sk.baka.ikslibs.stream.TeeInputStream
 
close() - Method in class sk.baka.ikslibs.stream.TeeReader
 
close() - Method in class sk.baka.ikslibs.stream.TeeWriter
 
closePrinterOnEndDocument - Variable in class sk.baka.ikslibs.sax.SAXDebuggerHandler
If true then the print writer is closed when the ContentHandler.endDocument() is announced.
closeResult(Result) - Static method in class sk.baka.ikslibs.TransformUtils
Closes given result.
closeResultQuietly(Result) - Static method in class sk.baka.ikslibs.TransformUtils
Closes given result.
closeSource(Source) - Static method in class sk.baka.ikslibs.TransformUtils
Closes given source.
closeSourceQuietly(Source) - Static method in class sk.baka.ikslibs.TransformUtils
Closes given source.
closeWriterOnEndDocument - Variable in class sk.baka.ikslibs.sax.SAXDebuggerReader
If true then the print writer is closed automatically when the ContentHandler.endDocument() is announced.
comment(char[], int, int) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
compareIds(String, String) - Method in class sk.baka.ikslibs.ids.IDManager
Compares two IDs by their document order and returns result similar to Comparable.compareTo(Object) method.
compareTo(DOMInterval) - Method in class sk.baka.ikslibs.interval.DOMInterval
 
compareTo(IDSelectionAction) - Method in class sk.baka.ikslibs.interval.IDSelectionAction
 
compareTo(Message) - Method in class sk.baka.ikslibs.messages.Message
 
compareTo(Object) - Method in class sk.baka.ikslibs.ptr.DOMPoint
 
compareTo(Object) - Method in class sk.baka.ikslibs.ptr.DomPointer
 
compareTo(N) - Method in class sk.baka.ikslibs.SameNodeComparator
 
complement(Node, IDManager, MutableReference<List<IDSelectionAction>>) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Inverts the interval set - all nodes that were not part of the set will become contents of the set and vice versa.
complies(DomPointer) - Method in enum sk.baka.ikslibs.ptr.DomPointerFlag
Checks if given pointer complies the flag.
complies(DomPointer, EnumSet<DomPointerFlag>) - Static method in enum sk.baka.ikslibs.ptr.DomPointerFlag
Checks if the pointer complies all defined flags (for behaviour when both DomPointerFlag.PointToText and DomPointerFlag.PointToElement flags are specified please see their specification).
contains(DOMInterval) - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if given interval is fully covered by this interval.
contains(Node) - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if this interval contains given node (or a part of given node).
contains(DomPointer) - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if given pointer points into contents of this interval.
contains(DOMInterval) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Checks if this set fully covers given interval.
contains(DomPointer) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Checks if given pointer points inside this nodelist.
containsElements(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks, whether given node contains some elements also, or it contains text/comments/pi only.
containsElements(String) - Method in class sk.baka.ikslibs.ids.IDManager
Checks, whether given element contains some elements also, or it contains text/comments/pi only.
ContentHandlerDelegate - Class in sk.baka.ikslibs.sax
Redirects all events to sink.
ContentHandlerDelegate(ContentHandler) - Constructor for class sk.baka.ikslibs.sax.ContentHandlerDelegate
Constructor.
convert(Source, String) - Method in enum sk.baka.ikslibs.SourceEnum
Tries to convert given source to this source type.
copy(Source, Result) - Static method in enum sk.baka.ikslibs.SourceEnum
Performs a data copy from the source to the result.
copyCharacters(Reader, Writer) - Static method in class sk.baka.ikslibs.stream.IOTools
Deprecated.  
copyIntern(Source, Result) - Method in enum sk.baka.ikslibs.SourceEnum
Performs a data copy from the source to the result.
copyStream(InputStream, OutputStream) - Static method in class sk.baka.ikslibs.stream.IOTools
Deprecated.  
copyStream(StreamSource, StreamResult, String) - Static method in class sk.baka.ikslibs.TransformUtils
Copies data from the source stream to the target stream.
create(Node) - Static method in class sk.baka.ikslibs.interval.DOMInterval
Creates interval containing given node.
create(Node, DOMPoint) - Static method in class sk.baka.ikslibs.ptr.DomPointerFactory
Creates instance of the pointer.
create(Node, Node) - Static method in class sk.baka.ikslibs.ptr.DomPointerFactory
Creates instance of the pointer.
create(Node, Node, int) - Static method in class sk.baka.ikslibs.ptr.DomPointerFactory
Creates instance of the pointer.
create(Node) - Static method in class sk.baka.ikslibs.ptr.DomPointerFactory
Creates instance of the pointer.
create(Node, int) - Static method in class sk.baka.ikslibs.ptr.DomPointerFactory
Creates instance of the pointer.
createAttribute(Element, String, String, String, String) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Creates an attribute.
createAttribute(Element, QName, String) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Creates an attribute.
createDeleter(Attributes, QName) - Static method in class sk.baka.ikslibs.sax.AttributeReplacer
Constructs new attributes instance with given attribute deleted.
createDeleter(Attributes, IQNameFilter) - Static method in class sk.baka.ikslibs.sax.AttributeReplacer
Constructs new attributes instance with given attribute deleted.
createEmptyInputStream() - Static method in class sk.baka.ikslibs.stream.IOTools
Produces empty input stream that is always at the end of stream data (it cannot read anything).
createEmptyReader() - Static method in class sk.baka.ikslibs.stream.IOTools
Produces empty reader that is always at the end of stream data (it cannot read anything).
createEntities(Map<String, String>, boolean) - Method in class sk.baka.ikslibs.ref.EntityManager
Ensures that all given entities exists and they have given contents.
createEntity(Document, String) - Method in class sk.baka.ikslibs.domimpl.DOMImpl
Description copied from Xerces 2.7.1 CoreDocumentImpl.createEntity(String) method.
createEntityReference(String) - Method in class sk.baka.ikslibs.ref.EntityManager
Creates entity reference node containing contents of specified entity.
createFirstIn(Node, EnumSet<DomPointerFlag>) - Static method in class sk.baka.ikslibs.ptr.DomPointerFactory
Creates a pointer that points onto a first 'child' of given element (a child when entity references are resolved.
createNullOutputStream() - Static method in class sk.baka.ikslibs.stream.IOTools
Deprecated. use NullOutputStream.
createNullWriter() - Static method in class sk.baka.ikslibs.stream.IOTools
Produces writer that throws all written data away (like null device).
createReferent(Node, String) - Static method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Creates gene-ref PI with given ID.
createReplacer(Attributes, QName, QName, String) - Static method in class sk.baka.ikslibs.sax.AttributeReplacer
Constructs new attribute replacer.
createsText(short) - Method in class sk.baka.ikslibs.ptr.DomPointer
Queries, whether creating text at this point really creates a new text node, or it merely modifies corresponding adjacent node.
createXmlnsAttribute(Element, String, String) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Creates an xmlns attribute, that maps given namespace to a prefix.
createXmlnsAttributes(Element, Map<String, String>) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Adds and/or replaces xmlns mapping for all given namespaces in given element.
cut(DOMInterval) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Tries to remove all nodes in the specified range.

D

delete(NodeListID, int, int) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Tries to delete specified range of text.
deleteContents(boolean) - Method in class sk.baka.ikslibs.interval.DOMInterval
The 'delete' operation.
deleteContents(boolean) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
The 'delete' operation.
descendsFrom(Node) - Method in class sk.baka.ikslibs.ptr.DomPointer
Checks, whether this pointer points into contents of given node.
doc - Variable in class sk.baka.ikslibs.ref.EntityManager
The document instance.
doc - Static variable in class sk.baka.ikslibs.TransformUtils
The document instance, used as a node factory.
DOCUMENT_ORDER_COMPARATOR - Static variable in class sk.baka.ikslibs.DOMUtils
Comparator that orders nodes by the document order.
DOMChangeCollector - Class in sk.baka.ikslibs.modify
Collects changes to DOM document.
DOMChangeCollector() - Constructor for class sk.baka.ikslibs.modify.DOMChangeCollector
 
DOMConstants - Class in sk.baka.ikslibs
Constants for the W3C DOM model.
DOMEventWalker - Class in sk.baka.ikslibs.stax
A walker that is able to walk a DOM subtree and report nodes as STaX events, including end-element and end-document events.
DOMEventWalker(Node, boolean, boolean, boolean) - Constructor for class sk.baka.ikslibs.stax.DOMEventWalker
Constructs the instance of event walker.
DOMEventWalker.State - Class in sk.baka.ikslibs.stax
Represents an immutable state of the walker.
DOMImpl - Class in sk.baka.ikslibs.domimpl
Basic implementation of the implementation-specific functionality.
DOMImpl() - Constructor for class sk.baka.ikslibs.domimpl.DOMImpl
 
DOMImplFast - Class in sk.baka.ikslibs.domimpl
Contains a fast implementation of the DOMImplFast.getNodeIndex(Node) method.
DOMImplFast() - Constructor for class sk.baka.ikslibs.domimpl.DOMImplFast
 
DOMImplSelector - Class in sk.baka.ikslibs.domimpl
Selects correct DOMImpl instance for the node implementation.
DOMInterval - Class in sk.baka.ikslibs.interval
A simple selection implementation.
DOMInterval(DomPointer, DomPointer) - Constructor for class sk.baka.ikslibs.interval.DOMInterval
Constructor.
DOMInterval(Element, DOMPoint, DOMPoint) - Constructor for class sk.baka.ikslibs.interval.DOMInterval
Constructor.
DOMIntervalSet - Class in sk.baka.ikslibs.interval
An ordered set of disjunctive non-empty intervals.
DOMIntervalSet() - Constructor for class sk.baka.ikslibs.interval.DOMIntervalSet
Constructs an empty set.
DOMIntervalSet(DOMIntervalSet) - Constructor for class sk.baka.ikslibs.interval.DOMIntervalSet
Copy-constructor.
DOMIntervalSet(DOMInterval) - Constructor for class sk.baka.ikslibs.interval.DOMIntervalSet
Constructs set with one item.
DOMLocationImpl - Class in sk.baka.ikslibs.stax
Represents location information about given node.
DOMLocationImpl(Node) - Constructor for class sk.baka.ikslibs.stax.DOMLocationImpl
Constructor.
DOMMutils - Class in sk.baka.ikslibs.modify
Utility class for the document mutation.
DOMPoint - Class in sk.baka.ikslibs.ptr
A lightweight pointer.
DOMPoint(int, int) - Constructor for class sk.baka.ikslibs.ptr.DOMPoint
Creates instance of the point, pointing onto a child node.
DOMPoint(QName, int) - Constructor for class sk.baka.ikslibs.ptr.DOMPoint
Creates instance of the point, pointing onto an attribute.
DomPointer - Class in sk.baka.ikslibs.ptr
Represents an immutable pointer to the contents of a DOM document.
DomPointerFactory - Class in sk.baka.ikslibs.ptr
Creates a pointer into the contents of a DOM document.
DomPointerFlag - Enum in sk.baka.ikslibs.ptr
Attributes for the DomPointer class.
DOMReader - Class in sk.baka.ikslibs.stax
A STaX stream reader that reads from the W3C DOM Node.
DOMReader(DOMEventWalker, boolean, boolean) - Constructor for class sk.baka.ikslibs.stax.DOMReader
Constructor.
DOMUtils - Class in sk.baka.ikslibs
Utility methods for DOM object model.
DOMWriter - Class in sk.baka.ikslibs.stax
Captures the writer events and builds DOM structure in the process.
DOMWriter(DocumentFragment, boolean) - Constructor for class sk.baka.ikslibs.stax.DOMWriter
Constructor.
dtdHandler - Variable in class sk.baka.ikslibs.sax.AbstractXMLReader
DTD handler.

E

ElementStack - Class in sk.baka.ikslibs
A stack of element names.
ElementStack() - Constructor for class sk.baka.ikslibs.ElementStack
Constructs an empty stack.
ElementStack(ElementStack) - Constructor for class sk.baka.ikslibs.ElementStack
Copy-constructor.
EmptyStreamReader - Class in sk.baka.ikslibs.stax
Empty stream reader that provides the start-document and end-document events only.
EmptyStreamReader() - Constructor for class sk.baka.ikslibs.stax.EmptyStreamReader
 
EmptyXMLReader - Class in sk.baka.ikslibs.sax
Does not fire any events in its parse methods.
EmptyXMLReader(boolean) - Constructor for class sk.baka.ikslibs.sax.EmptyXMLReader
Creates new instance of reader.
encodeStream(Reader, OutputStream, String) - Static method in class sk.baka.ikslibs.stream.IOTools
Deprecated. use IOUtils.copy(Reader, OutputStream, String).
endCDATA() - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
endDocument() - Method in class sk.baka.ikslibs.sax.AttributeReplacerHandler
 
endDocument() - Method in class sk.baka.ikslibs.sax.ContentHandlerDelegate
 
endDocument() - Method in class sk.baka.ikslibs.sax.PrefixMappingTracker
 
endDocument() - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
endDocument() - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
 
endDocument() - Method in class sk.baka.ikslibs.sax.SAXEventTypeFilter
 
endDTD() - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
endElement(String, String, String) - Method in class sk.baka.ikslibs.sax.ContentHandlerDelegate
 
endElement(String, String, String) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
endElement(String, String, String) - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
 
endElement(String, String, String) - Method in class sk.baka.ikslibs.sax.SAXEventTypeFilter
 
endEntity(String) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
endPrefixMapping(String) - Method in class sk.baka.ikslibs.sax.ContentHandlerDelegate
 
endPrefixMapping(String) - Method in class sk.baka.ikslibs.sax.PrefixMappingTracker
 
endPrefixMapping(String) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
endPrefixMapping(String) - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
 
endPrefixMapping(String) - Method in class sk.baka.ikslibs.sax.SAXEventTypeFilter
 
endsOnNodeBoundary() - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if the interval fully covers the last node.
endsWithText() - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if last node is a text node.
EntityManager - Class in sk.baka.ikslibs.ref
Manages the entity list.
EntityManager(Document) - Constructor for class sk.baka.ikslibs.ref.EntityManager
Constructs instance of entity manager.
entityResolver - Variable in class sk.baka.ikslibs.sax.AbstractXMLReader
Entity resolver.
entityResolverAsUriResolver(EntityResolver) - Static method in class sk.baka.ikslibs.TransformUtils
Wraps the SAX entity resolver as a transformer URI resolver.
EqualNodeComparator<N extends Node> - Class in sk.baka.ikslibs
Wraps the Node and implements the EqualNodeComparator.equals(Object) and EqualNodeComparator.hashCode() correctly so that the node can be used in the collection framework.
EqualNodeComparator(N) - Constructor for class sk.baka.ikslibs.EqualNodeComparator
Constructs the node wrapper and computes the hashcode.
equals(Object) - Method in class sk.baka.ikslibs.ElementStack
 
equals(Object) - Method in class sk.baka.ikslibs.EqualNodeComparator
 
equals(Object) - Method in class sk.baka.ikslibs.interval.DOMInterval
 
equals(Object) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
 
equals(Object) - Method in class sk.baka.ikslibs.interval.IDSelectionAction
 
equals(Object) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
 
equals(Object) - Method in class sk.baka.ikslibs.messages.Message
 
equals(Object) - Method in class sk.baka.ikslibs.ptr.DOMPoint
 
equals(Object) - Method in class sk.baka.ikslibs.ptr.DomPointer
 
equals(Object) - Method in class sk.baka.ikslibs.SameNodeComparator
 
equals(Object) - Method in class sk.baka.ikslibs.stax.DOMEventWalker.State
 
equals(Object) - Method in class sk.baka.ikslibs.utils.MutableReference
Compares this object against the specified object.
equalsNodeLists(Collection<Node>, Collection<Node>) - Static method in class sk.baka.ikslibs.DOMUtils
Compares two collections if they contain same nodes.
equalsNodeNamespace(Node, Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns true if the two Nodes are from same namespace.
equalsNodeQName(Node, String, String) - Static method in class sk.baka.ikslibs.DOMUtils
Returns true if the node is from provided namespace and has name localName.
equalsNodeQName(Node, QName) - Static method in class sk.baka.ikslibs.DOMUtils
Returns true if the node is from given namespace and has name localName.
equalsNodeQName(Node, Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns true if the two Nodes have same qname (namespace and localname).
equalsQName(QName, String, String) - Static method in class sk.baka.ikslibs.DOMUtils
Returns true if given qname represents given namespace and local name.
equalsURI(String, String) - Static method in class sk.baka.ikslibs.DOMUtils
Returns true if the two uri are equal.
error(TransformerException) - Method in class sk.baka.ikslibs.messages.ErrorListenerAdapter
 
errorHandler - Variable in class sk.baka.ikslibs.sax.AbstractXMLReader
Error handler instance.
errorHandlerAsListener(ErrorHandler) - Static method in class sk.baka.ikslibs.TransformUtils
Wraps the SAX error handler as a transformer error listener.
ErrorListenerAdapter - Class in sk.baka.ikslibs.messages
Adapts the Messages instance to the ErrorListener interface.
ErrorListenerAdapter(Messages) - Constructor for class sk.baka.ikslibs.messages.ErrorListenerAdapter
Constructor.
EventClassEnum - Enum in sk.baka.ikslibs
All default event classes, as specified in event specification.
eventReaderFromSource(STAXSource) - Static method in class sk.baka.ikslibs.TransformUtils
Returns STAX source as an XML event reader instance.
EventTypesEnum - Enum in sk.baka.ikslibs
DOM Event types constants.
ExceptionRegistry - Class in sk.baka.ikslibs.stream
The exception registry.
ExceptionRegistry() - Constructor for class sk.baka.ikslibs.stream.ExceptionRegistry
 
extractContents(boolean) - Method in class sk.baka.ikslibs.interval.DOMInterval
The 'cut' operation.
extractContents(Node, boolean) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
The 'cut' operation.

F

F_ALLOW_DTD_EVENTS_AFTER_ENDDTD - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/allow-dtd-events-after-endDTD"
F_ALLOW_JAVA_ENCODINGS - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/allow-java-encodings"
F_CONTINUE_AFTER_FATAL - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/continue-after-fatal-error"
F_DISALLOW_DOCTYPE_DECL - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/disallow-doctype-decl"
F_DOM_CREATE_ENTITY_REFS - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/dom/create-entity-ref-nodes"
F_DOM_DEFER_NODE_EXPANSION - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/dom/defer-node-expansion"
F_DOM_INCLUDE_IGNORABLE_WS - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/dom/include-ignorable-whitespace"
F_EXTERNAL_GENERAL_ENTITIES - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/external-general-entities"
F_EXTERNAL_PARAMETER_ENTITIES - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/external-parameter-entities"
F_GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/generate-synthetic-annotations"
F_HONOUR_ALL_SCHEMALOCATIONS - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/honour-all-schemaLocations"
F_NAMESPACES - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/namespaces"
F_NONVALIDATING_LOAD_DTD_GRAMMAR - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/nonvalidating/load-dtd-grammar"
F_NONVALIDATING_LOAD_EXTERN_DTD - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/nonvalidating/load-external-dtd"
F_SAX_IS_STANDALONE - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/is-standalone"
F_SAX_LEXHANDLER_PARAM_ENTITIES - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/lexical-handler/parameter-entities"
F_SAX_NAMESPACE_PREFIXES - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/namespace-prefixes"
F_SAX_RESOLVE_DTD_URIS - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/resolve-dtd-uris"
F_SAX_STRING_INTERNING - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/string-interning"
F_SAX_UNICODE_NORMALIZATION_CHECK - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/unicode-normalization-checking"
F_SAX_USE_ATTRIBUTES2 - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/use-attributes2"
F_SAX_USE_LOCATOR2 - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/use-locator2"
F_SAX_XML_1_1 - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/xml-1.1"
F_SAX_XMLNS_URIS - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/xmlns-uris"
F_SCANNER_NOTIFY_BUILTIN_REFS - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/scanner/notify-builtin-refs"
F_SCANNER_NOTIFY_CHAR_REFS - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/scanner/notify-char-refs"
F_STANDARD_URI_CONFORMANT - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/standard-uri-conformant"
F_USE_ENTITY_RESOLVER2 - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/use-entity-resolver2"
F_VALIDATE_ANNOTATIONS - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validate-annotations"
F_VALIDATION - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/features/validation"
F_VALIDATION_BALANCE_SYNTAX_TREES - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/balance-syntax-trees"
F_VALIDATION_DYNAMIC - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/dynamic"
F_VALIDATION_ID_IDREF_CHECKING - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/id-idref-checking"
F_VALIDATION_IDENTITY_CONSTRAINT_CHECK - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/identity-constraint-checking"
F_VALIDATION_SCHEMA - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/schema"
F_VALIDATION_SCHEMA_AUGMENT_PSVI - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/schema/augment-psvi"
F_VALIDATION_SCHEMA_ELEMENT_DEFAULT - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/schema/element-default"
F_VALIDATION_SCHEMA_FULL_CHECKING - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/schema-full-checking"
F_VALIDATION_SCHEMA_IGNORE_XSI - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/schema/ignore-xsi-type-until-elemdecl"
F_VALIDATION_SCHEMA_NORMALIZED_VALUE - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/schema/normalized-value"
F_VALIDATION_UNPARSED_ENTITY_CHECK - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/unparsed-entity-checking"
F_VALIDATION_WARN_ON_DUP_ATTDEF - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/warn-on-duplicate-attdef"
F_VALIDATION_WARN_ON_UNDECL_ELEMDEF - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/validation/warn-on-undeclared-elemdef"
F_WARN_ON_DUP_ENTITYDEF - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/warn-on-duplicate-entitydef"
F_XINCLUDE - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/xinclude"
F_XINCLUDE_FIXUP_BASE_URIS - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/xinclude/fixup-base-uris"
F_XINCLUDE_FIXUP_LANGUAGE - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://apache.org/xml/features/xinclude/fixup-language"
factory - Static variable in class sk.baka.ikslibs.TransformUtils
Factory that produces Transformer objects.
FailEnum - Enum in sk.baka.ikslibs.ids
Defines what the ID manager should do if an error state occurs.
fatalError(TransformerException) - Method in class sk.baka.ikslibs.messages.ErrorListenerAdapter
 
filterNamespace(Collection<? extends String>) - Static method in class sk.baka.ikslibs.QNameFilters
Returns filter that filters out any namespace not present in given collection.
findIntervalOrInsertPoint(DomPointer) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Finds index of interval that contains given pointer, or an insert point where interval starting with given pointer would be inserted.
findNode(Node) - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Finds node in the document and returns appropriate node from our splitted document - in other words maps the DOM-level node from edited document to an ID-level node in the splitted document.
FIRST - Static variable in class sk.baka.ikslibs.ptr.DOMPoint
A first point in any context node.
flush() - Method in class sk.baka.ikslibs.stax.DOMWriter
 
flush() - Method in class sk.baka.ikslibs.stream.TeeWriter
 
fragmentAbandoned(DocumentFragment) - Method in interface sk.baka.ikslibs.splitted.ISplittedListener
Called when a nameroot was deleted from original document and the fragment holding the nameroot image is about to be removed from the splitted document holder.
fragmentAbandoned(DocumentFragment) - Method in class sk.baka.ikslibs.splitted.SplittedDocChangeCollector
 
fragmentCreated(DocumentFragment) - Method in interface sk.baka.ikslibs.splitted.ISplittedListener
Called when a document fragment was created and it is about to be filled with a cloned nameroot.
fragmentCreated(DocumentFragment) - Method in class sk.baka.ikslibs.splitted.SplittedDocChangeCollector
 
from - Variable in class sk.baka.ikslibs.interval.DOMInterval
Select nodes from this pointer.
fromEvent(Event) - Static method in enum sk.baka.ikslibs.EventTypesEnum
Retrieves the event constant for given event.
fromIndex - Variable in class sk.baka.ikslibs.interval.IDSelectionAction
If a textual node is selected then this property is an index of first selected character.
fromType(String) - Static method in enum sk.baka.ikslibs.EventTypesEnum
Retrieves the event constant from given string type representation.

G

getAllOfClass(EventClassEnum) - Static method in enum sk.baka.ikslibs.EventTypesEnum
Returns set of all event types with given class.
getAttribute(Node, QName) - Static method in class sk.baka.ikslibs.DOMUtils
Retrieves attribute with given qname from given element.
getAttributeCount(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Retrieves the attribute count for given node.
getAttributeCount() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getAttributeCount() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getAttributeLocalName(int) - Method in class sk.baka.ikslibs.stax.DOMReader
 
getAttributeLocalName(int) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getAttributeName(int) - Method in class sk.baka.ikslibs.stax.DOMReader
 
getAttributeName(int) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getAttributeNamespace(int) - Method in class sk.baka.ikslibs.stax.DOMReader
 
getAttributeNamespace(int) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getAttributePrefix(int) - Method in class sk.baka.ikslibs.stax.DOMReader
 
getAttributePrefix(int) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getAttributes(Node, boolean, NodeFilter) - Static method in class sk.baka.ikslibs.DOMUtils
Appends all attribute nodes from given element to given list.
getAttributes(Node, List<Attr>, boolean, NodeFilter) - Static method in class sk.baka.ikslibs.DOMUtils
Appends all attribute nodes from given element to given list.
getAttributes(boolean, IDManager) - Method in class sk.baka.ikslibs.interval.DOMInterval
Returns all attributes from all elements from the content node list.
getAttributes(Attributes, STAXUtils.AttributeFilter, XMLEventFactory, Class<T>) - Static method in class sk.baka.ikslibs.stax.STAXUtils
Converts sax attributes to a set of attribute instances.
getAttributeType(int) - Method in class sk.baka.ikslibs.stax.DOMReader
 
getAttributeType(int) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getAttributeValue(String, String) - Method in class sk.baka.ikslibs.stax.DOMReader
 
getAttributeValue(int) - Method in class sk.baka.ikslibs.stax.DOMReader
 
getAttributeValue(String, String) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getAttributeValue(int) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getAttrNode(String) - Method in class sk.baka.ikslibs.ids.IDManager
Gets attribute node, identified by ID.
getBestResultSourcePair(EnumSet<ResultEnum>, EnumSet<SourceEnum>) - Static method in enum sk.baka.ikslibs.ResultEnum
Determines the best way of redirecting result to source.
getBestSource(EnumSet<SourceEnum>) - Method in enum sk.baka.ikslibs.ResultEnum
Returns the best source for this result.
getCause() - Method in class sk.baka.ikslibs.stream.ExceptionRegistry
Retrieves the cause (the oldest exception).
getChanges() - Method in class sk.baka.ikslibs.modify.ObjectChangeCollector
Returns changes.
getCharacterEncodingScheme() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getCharacterEncodingScheme() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
getCharacterOffset() - Method in class sk.baka.ikslibs.stax.DOMLocationImpl
 
getChildCount(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns count of a child nodes.
getChildElements(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns all elements, that are children of given node.
getColumnNumber() - Method in class sk.baka.ikslibs.stax.DOMLocationImpl
 
getCommentNode(String) - Method in class sk.baka.ikslibs.ids.IDManager
Gets comment node, identified by ID.
getContainerText(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Computes text value of element or entity by concatenating all textual values of descendant text/cdata nodes.
getContainerText(String) - Method in class sk.baka.ikslibs.ids.IDManager
Computes text value of element or entity reference by concatenating all textual values of descendant text/cdata nodes.
getContentHandler() - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
getContentHandler() - Method in class sk.baka.ikslibs.sax.SAXDebuggerReader
 
getContentHandler() - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
getContentIds(IDManager) - Method in class sk.baka.ikslibs.interval.DOMInterval
Returns set of identifiers for all content nodes.
getContentIds(IDManager) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Returns set of IDs, covered (partially) by some interval(s).
getContents() - Method in class sk.baka.ikslibs.interval.DOMInterval
Retrieves contents of this interval.
getContents() - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Returns set of IDs, covered (partially) by some interval(s) contained in this interval set.
getCurrent() - Method in class sk.baka.ikslibs.stax.DOMEventWalker
Current node this walker is standing on.
getCurrentEvent() - Method in class sk.baka.ikslibs.stax.STAXEventReaderBase
Returns current event (event returned by the last call to the XMLEventReader.nextEvent()).
getData(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns data, associated with given node.
getData(String) - Method in class sk.baka.ikslibs.ids.IDManager
Returns data, associated with given node.
getDeletedFragments() - Method in class sk.baka.ikslibs.splitted.SplittedDocChangeCollector
Returns set of DocumentFragment objects that were deleted from time of creation of this object or from last call of the SplittedDocChangeCollector.clear() method.
getDocument() - Method in class sk.baka.ikslibs.ptr.DomPointer
Returns the document where the pointer points.
getDocumentOrderComparator() - Static method in class sk.baka.ikslibs.DOMUtils
Returns comparator that orders nodes by the document order.
getDocumentTraversal(Document) - Static method in class sk.baka.ikslibs.DOMUtils
Returns the DocumentTraversal instance for given document.
getDomFragment(String) - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Returns DOM fragment with specified id.
getDOMLevel(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns DOM level that given implementation supports.
getDTDHandler() - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
getDTDHandler() - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
getElement(String) - Method in class sk.baka.ikslibs.ids.IDManager
Returns regular element, identified by given id.
getElementText() - Method in class sk.baka.ikslibs.stax.STAXEventReaderBase
 
getElementText() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getEncoding() - Method in class sk.baka.ikslibs.beans.XHTMLSerializeBean
The encoding.
getEncoding() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getEncoding() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
getEncoding(String, Source, Result) - Static method in class sk.baka.ikslibs.TransformUtils
Returns the most appropriate encoding.
getEnd() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Returns the ending pointer marking the end of this nodelist.
getEndBoundary(Element, int) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Returns the pointer pointing after the last DOM-level node that makes up the ID-level index.
getEndBoundary(Node) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Returns the pointer pointing after the last DOM-level node that makes up the ID-level index where given node belongs.
getEndingIndex() - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if last node belongs only partially to the interval.
getEntity(Document, String) - Static method in class sk.baka.ikslibs.DOMUtils
Returns entity node representing requested entity.
getEntity(String) - Method in class sk.baka.ikslibs.ref.EntityManager
Retrieves the entity node from the given name.
getEntityNames() - Method in class sk.baka.ikslibs.ref.EntityManager
Retrieves an alphabetically ordered set of entity names.
getEntityResolver() - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
getEntityResolver() - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
getEntityValue(String) - Method in class sk.baka.ikslibs.ref.EntityManager
Retrieves textual value of given entity.
getEntityValue(Node) - Method in class sk.baka.ikslibs.ref.EntityManager
Retrieves textual value of given entity.
getErrorHandler() - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
getErrorHandler() - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
getErrorMessage(DOMError) - Static method in class sk.baka.ikslibs.DOMUtils
Distills the detailed error message from the error object.
getEventClass() - Method in enum sk.baka.ikslibs.EventTypesEnum
Returns true if this event is one of the mutation events.
getEventReader() - Method in class sk.baka.ikslibs.stax.STAXSource
Returns the event reader instance.
getEventType() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getEventType() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
getEventWriter() - Method in class sk.baka.ikslibs.stax.STAXResult
Returns the event writer instance
getFeature(String) - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
getFeature(String) - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
getFirst(Node, EnumSet<DomPointerFlag>) - Static method in class sk.baka.ikslibs.ptr.DomPointerFactory
Returns first pointer with given flags, in the Document-order ordering.
getFirstChildElement(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns first element contained in the node.
getFirstDescendantOrSelfIdentifiableNode(Node) - Static method in class sk.baka.ikslibs.ids.IDManager
Returns first identifiable node encountered on descendant-or-self axis of given node.
getFirstDescendantOrSelfTextualNode(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns first textual node encountered on descendant-or-self axis of given node.
getFragment(Node) - Static method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Returns enclosing document fragment that the node belongs to.
getFragmentElement(DocumentFragment) - Static method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Returns fragment element of given document fragment.
getFragmentID(DocumentFragment) - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Returns ID of the fragment.
getGeneRef(Node) - Static method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Returns the reference value of the Gene-Ref processing instruction.
getHashCode(Node) - Method in class sk.baka.ikslibs.domimpl.DOMImpl
Computes hashcode of given node, in terms of the 'sameness'.
getHashCode(Node) - Static method in class sk.baka.ikslibs.domimpl.DOMImplSelector
A convenient method to compute hashcode of given node.
getHeight(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Computes the height of the node: number of nodes in the ascendant axis.
getID(Node) - Method in class sk.baka.ikslibs.ids.IDManager
Gets ID value from the node.
getIdIndexFromNode(Node) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Determines the index of the node in the ID-level document.
getIDNull(Node) - Method in class sk.baka.ikslibs.ids.IDManager
Gets ID value from the node.
getIDNull(Node, QName) - Static method in class sk.baka.ikslibs.ids.IDManager
Gets ID value from the node.
getIdType(String) - Static method in enum sk.baka.ikslibs.levelmapper.IdLevelTypeEnum
Returns type of ID (type of node, where this ID may point).
getImplementation(Node) - Static method in class sk.baka.ikslibs.domimpl.DOMImplSelector
Returns implementation-specific functionality object for given node.
getIndex(String, String) - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getIndex(String) - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getIndex(String, String) - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getIndex(String) - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getIntersection(DOMInterval) - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if two intervals shares at least one common element / common letters from same text/cdata nodes, and returns interval containing this intersection.
getIntervals() - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Returns an list of all intervals.
getLast(Element) - Static method in class sk.baka.ikslibs.ptr.DOMPoint
Returns a point pointing after the last child node of e.
getLast(Node, EnumSet<DomPointerFlag>) - Static method in class sk.baka.ikslibs.ptr.DomPointerFactory
Returns last pointer with given flags, in the Document-order ordering.
getLastDescendantOrSelfIdentifiableNode(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns last identifiable node encountered on descendant-or-self axis of given node.
getLastDescendantOrSelfTextualNode(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns last textual node encountered.
getLength() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Returns number of nodes represented by this nodelist.
getLength() - Method in class sk.baka.ikslibs.NodeListAdapter
 
getLength() - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getLength() - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getLevelUp(boolean) - Method in class sk.baka.ikslibs.ptr.DomPointer
Returns pointer that points to our parent, or to node after our parent, depending on the pointToParent parameter.
getLineNumber() - Method in class sk.baka.ikslibs.stax.DOMLocationImpl
 
getLocalName(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Retrieves the localname of the node.
getLocalName(int) - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getLocalName(int) - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getLocalName() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getLocalName() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getLocation() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getLocation() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
getMarkCount() - Method in class sk.baka.ikslibs.UndoManager
Returns the maximum number of marks.
getMarkIterator(Node) - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Walks through the descendants of the node and returns all emp:mark elements, in the document order.
getMaxPos() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Determines the maximum position that can be given as argument to functions.
getModifiedFragments() - Method in class sk.baka.ikslibs.splitted.SplittedDocChangeCollector
Returns change collector for each fragment that was modified from the creation time of this object or from the last call to the SplittedDocChangeCollector.clear() method.
getModifiedNodes() - Method in class sk.baka.ikslibs.modify.DOMChangeCollector
Returns unmodifiable list of modified nodes.
getMutatedNode(MutationEvent) - Method in enum sk.baka.ikslibs.EventClassEnum
Returns the node being mutated by a mutation event (the attribute that was inserted, deleted or modified, the character data being modified, node being inserted or deleted, etc).
getName() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getName() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getNameRoot(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns element that is the nameroot of tree containing given node.
getNamespace(String, Node) - Static method in class sk.baka.ikslibs.NamespaceMappings
Returns namespace registered to given prefix.
getNamespace(String) - Method in class sk.baka.ikslibs.sax.PrefixMappingTracker
Returns namespace that is currently bound to given prefix.
getNamespaceContext() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getNamespaceContext() - Method in class sk.baka.ikslibs.stax.DOMWriter
 
getNamespaceContext() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
getNamespaceCount() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getNamespaceCount() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getNamespaceMappings(Node) - Static method in class sk.baka.ikslibs.NamespaceMappings
Returns prefixes defined in the context of given node.
getNamespacePrefix(int) - Method in class sk.baka.ikslibs.stax.DOMReader
 
getNamespacePrefix(int) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getNamespaces(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns set of all namespaces present in the node and its descendants and their attributes.
getNamespaces(Element, boolean) - Static method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Returns all atributes' namespaces, that are in e and its descendants.
getNamespaces() - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Returns set of namespaces of all elements that are present in the document.
getNamespaceURI(String) - Method in class sk.baka.ikslibs.NamespaceMappings
 
getNamespaceURI(DocumentFragment) - Static method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Returns URI of all nodes in dom (source) document fragment.
getNamespaceURI(String) - Method in class sk.baka.ikslibs.stax.DOMReader
 
getNamespaceURI(int) - Method in class sk.baka.ikslibs.stax.DOMReader
 
getNamespaceURI() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getNamespaceURI() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
getNamespaceURI(String) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getNamespaceURI(int) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getNearestCommonAscendant(Node, Node) - Static method in class sk.baka.ikslibs.DOMUtils
Computes and returns common ascendant for both nodes.
getNearestInsertablePos(int, boolean) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Computes nearest pos to given pos, that does not point into an entity.
getNext(EnumSet<DomPointerFlag>, boolean, boolean, boolean) - Method in class sk.baka.ikslibs.ptr.DomPointer
Returns pointer to next node, in Document order ordering (as if serialized, see W3C definition).
getNextIdNode(Node) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Returns next node that is not part of ID-level node which contains given node.
getNextNode(Node) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Returns next non-entity node sibling.
getNextNodePtr(DomPointer) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Returns next non-entity node.
getNextSibling() - Method in class sk.baka.ikslibs.ptr.DomPointer
Creates new instance of pointer, that points to next node.
getNode(String) - Method in class sk.baka.ikslibs.ids.IDManager
Gets node identified by ID.
getNode(Node) - Method in class sk.baka.ikslibs.ptr.DOMPoint
Returns node that this points point on.
getNodeFromIdIndex(Node, int) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Computes and returns the node in DOM level that would have given index in ID level.
getNodeIndex(Node) - Method in class sk.baka.ikslibs.domimpl.DOMImpl
Returns zero-based index of node (i.e.
getNodeIndex(Node) - Method in class sk.baka.ikslibs.domimpl.DOMImplFast
 
getNodeIndex(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns zero-based index of node (i.e.
getNodeIndex(Node) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Determines the index of the node in the 'item' array.
getNodeList(Node) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Provides mapping functions more specific to given node.
getNodeListHashcode(NodeList, boolean) - Static method in class sk.baka.ikslibs.EqualNodeComparator
Returns a hashcode for given named node map.
getNodeNull(String) - Method in class sk.baka.ikslibs.ids.IDManager
Gets node identified by ID.
getNodePathToRoot(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns path from given node to the root node.
getNodePtr(int, boolean) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Converts the position in the textValue into node, that holds specified piece.
getNodeTextEnd(Node) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Determines the end index of node text in global text value.
getNodeTextLength(Node) - Static method in class sk.baka.ikslibs.levelmapper.NodeListID
Determines the length of the node text.
getNodeTextStart(Node) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Determines the start index of node text in global text value.
getNodeType(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns the name of the node type.
getNodeType(short) - Static method in class sk.baka.ikslibs.DOMUtils
Returns the name of the node type.
getNodeType(String) - Method in class sk.baka.ikslibs.ids.IDManager
Returns the type of node, denoted by given ID.
getNotation(Document, String) - Static method in class sk.baka.ikslibs.DOMUtils
Returns notation node representing requested notation.
getObject() - Method in class sk.baka.ikslibs.ObjectResult
Returns the result.
getObject() - Method in class sk.baka.ikslibs.ObjectSource
Returns the source.
getOwnerDoc(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Retrieves the owner document.
getOwnerDocument() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Returns document that owns all nodes.
getPair() - Method in enum sk.baka.ikslibs.ResultEnum
Returns source type that has the same type as this result.
getPair() - Method in enum sk.baka.ikslibs.SourceEnum
Returns result type that has the same type as this source.
getPairSet(EnumSet<ResultEnum>) - Static method in enum sk.baka.ikslibs.ResultEnum
Returns set consisting of pairs for all items in given set.
getPairSet(EnumSet<SourceEnum>) - Static method in enum sk.baka.ikslibs.SourceEnum
Returns set consisting of pairs for all items in given set.
getParentContainer(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns the parent container of the node.
getParentElement(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns the parent element of the node.
getPathToRoot(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns human-readable path from given element to root of document, in the pathlike form /root/.../element.
getPIData() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getPIData() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
getPINode(String) - Method in class sk.baka.ikslibs.ids.IDManager
Gets processing instruction node, identified by ID.
getPITarget() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getPITarget() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
getPointer(int, boolean, boolean) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Converts the position in the textValue into a DOM pointer instance.
getPos(int, int) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
From given nodeindex and text position computes the global position (position in the text value).
getPos(DomPointer) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
From given nodeindex and text position computes the global position (position in the text value).
getPrefix(String) - Method in class sk.baka.ikslibs.NamespaceMappings
 
getPrefix(String) - Method in class sk.baka.ikslibs.sax.PrefixMappingTracker
Returns last registered prefix for given namespace.
getPrefix() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getPrefix(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
getPrefix() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
getPrefixes(String, Element) - Static method in class sk.baka.ikslibs.NamespaceMappings
Returns prefixes bound to given namespace.
getPrefixes(String) - Method in class sk.baka.ikslibs.NamespaceMappings
 
getPrefixSet(String) - Method in class sk.baka.ikslibs.NamespaceMappings
Same as the NamespaceMappings.getPrefixes(String) but returns set instead of an iterator.
getPrevIdNode(Node) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Returns previous node that is not part of ID-level node which contains given node.
getPrevious(EnumSet<DomPointerFlag>, boolean, boolean, boolean) - Method in class sk.baka.ikslibs.ptr.DomPointer
Returns pointer to previous node in Document order ordering (as if serialized, see W3C definition).
getPreviousSibling() - Method in class sk.baka.ikslibs.ptr.DomPointer
Creates new instance of pointer, that points to the beforePoints node.
getPrevNode(Node) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Returns previous non-entity node.
getPrimaryEntity(int) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Returns primary entity, where the node with given index is positioned.
getPrimaryEntity(Node) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Returns primary entity, where the node is positioned.
getProperty(String) - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
getProperty(String) - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
getProperty(String) - Method in class sk.baka.ikslibs.stax.DOMReader
 
getProperty(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
getProperty(String) - Method in class sk.baka.ikslibs.stax.STAXEventReaderBase
 
getProperty(String) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getPublicId() - Method in class sk.baka.ikslibs.stax.DOMLocationImpl
 
getQName(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns QName object containing qualified name of given node.
getQName(String, String, String) - Static method in class sk.baka.ikslibs.DOMUtils
Converts SAX-style qname to the QName instance.
getQName(int) - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getQName(int) - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getReceiver() - Method in class sk.baka.ikslibs.stax.SAXReader
Event reader that receives events recorded by the SAXReader.getSinkContentHandler() and/or SAXReader.getSinkLexicalHandler().
getRedirectKinds(EnumSet<ResultEnum>) - Static method in enum sk.baka.ikslibs.SourceEnum
Computes all kinds of sources, that the product kinds are able to be redirected to.
getRef(Node) - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Returns the reference value of the reference processing instruction.
getReferent(Reference<? extends T>) - Static method in class sk.baka.ikslibs.utils.MutableReference
Returns object referred to by the reference.
getReferent(MutableReference<? extends T>) - Static method in class sk.baka.ikslibs.utils.MutableReference
Returns object referred to by the reference.
getRegistry() - Method in class sk.baka.ikslibs.stream.ExceptionRegistry
Retrieves the registry, oldest exception occupying index 0.
getResultClass() - Method in enum sk.baka.ikslibs.ResultEnum
Returns the class of Result object that is represented by the enum item.
getRoot() - Method in class sk.baka.ikslibs.ElementStack
Returns the root element's qname.
getRootElement(DOMSource) - Static method in class sk.baka.ikslibs.DOMUtils
Returns root element of given source.
getRootFragment() - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Returns the root fragment, the fragment that has same root element as whole document.
getSAXSerializer(Result, String, XMLSerializeBean) - Static method in class sk.baka.ikslibs.DOMUtils
Returns the SAX serializer.
getSelectionActions(boolean, IDManager) - Method in class sk.baka.ikslibs.interval.DOMInterval
Converts this interval into a list of selection actions.
getSeverity() - Method in class sk.baka.ikslibs.messages.Messages
Returns highest severity of all messages.
getSinkContentHandler() - Method in class sk.baka.ikslibs.stax.SAXReader
All events announced to this handler will eventually emerge in the STAX receiver.
getSinkLexicalHandler() - Method in class sk.baka.ikslibs.stax.SAXReader
All events announced to this handler will eventually emerge in the STAX receiver.
getSource() - Method in class sk.baka.ikslibs.modify.DOMChangeCollector
 
getSource() - Method in interface sk.baka.ikslibs.modify.IChangeCollector
Returns a source that contains whole document.
getSource() - Method in class sk.baka.ikslibs.modify.ObjectChangeCollector
 
getSourceClass() - Method in enum sk.baka.ikslibs.SourceEnum
Returns the class of Source object that is represented by the enum item.
getStart() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Returns the starting pointer marking the start of this nodelist.
getStartBoundary(Element, int) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Returns the pointer pointing onto the first DOM-level node that makes up the ID-level index.
getStartBoundary(Node) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Returns the pointer pointing onto the first DOM-level node that makes up the ID-level index where given node belongs.
getStartingIndex() - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if first node belongs only partially to the interval.
getStreamReader() - Method in class sk.baka.ikslibs.stax.STAXSource
Returns the stream reader instance.
getStreamWriter() - Method in class sk.baka.ikslibs.stax.STAXResult
Returns the stream writer instance.
getSuppressedEvents(XMLSerializeBean) - Static method in class sk.baka.ikslibs.sax.SAXProcessorFilter
Returns set of event kinds that are suppressed by the configuration bean.
getSystemId() - Method in class sk.baka.ikslibs.ObjectResult
 
getSystemId() - Method in class sk.baka.ikslibs.ObjectSource
 
getSystemId() - Method in class sk.baka.ikslibs.stax.DOMLocationImpl
 
getSystemId() - Method in class sk.baka.ikslibs.stax.STAXResult
 
getSystemId() - Method in class sk.baka.ikslibs.stax.STAXSource
 
getTemplate(URL) - Method in class sk.baka.ikslibs.TransformerCache
Retrieves a template by parsing XSL script at given URL.
getText() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getText() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getTextCharacters() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getTextCharacters(int, char[], int, int) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getTextContents(Node, NodeFilter) - Static method in class sk.baka.ikslibs.DOMUtils
Retrieves textual value of the node: all nodes except element, text, cdata and entity are ignored.
getTextContents() - Method in class sk.baka.ikslibs.interval.DOMInterval
Returns contents of all textual nodes contained in the contents.
getTextFrom(DomPointer) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Computes text value from given pointer to nearest element.
getTextLength() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getTextLength() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getTextNode(String) - Method in class sk.baka.ikslibs.ids.IDManager
Gets text (or CData) nodes, containing text identified by ID.
getTextStart() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getTextStart() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
getTextTo(DomPointer) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Computes text value from given pointer to the nearest element backwards.
getTextValue() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Returns the textual value of the node.
getTopLevelIP(int) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Computes and returns the toplevel insertpoint (pointing into children of the context element), pointing onto given position in text value.
getType(int) - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getType(String, String) - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getType(String) - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getType(int) - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getType(String, String) - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getType(String) - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getTypeName() - Method in enum sk.baka.ikslibs.EventTypesEnum
Returns the 'type' of the event as specified by the W3C DOM 2 level event specification.
getURI(int) - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getURI(int) - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getValue(int) - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getValue(String, String) - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getValue(String) - Method in class sk.baka.ikslibs.sax.AttributesAdapter
 
getValue(int) - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getValue(String, String) - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getValue(String) - Method in class sk.baka.ikslibs.sax.AttributesDelegate
 
getValue() - Method in class sk.baka.ikslibs.utils.MutableReference
Gets the value.
getVersion() - Method in class sk.baka.ikslibs.stax.DOMReader
 
getVersion() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
getWrappedContents() - Method in class sk.baka.ikslibs.interval.DOMInterval
Returns unmodifiable set of content nodes wrapped in the SameNodeComparator object.
getXmlnsNode(String, Element) - Static method in class sk.baka.ikslibs.DOMUtils
Returns xmlns attribute that defines given prefix in given element e.
getXmlnsPrefix(Attr) - Static method in class sk.baka.ikslibs.DOMUtils
Returns prefix being bound in this xmlns attribute.
getXmlSerialize() - Method in class sk.baka.ikslibs.beans.XHTMLSerializeBean
The XML serialization properties.

H

handleEvent(Event) - Method in class sk.baka.ikslibs.ids.IDManager
 
handleEvent(Event) - Method in class sk.baka.ikslibs.modify.DOMChangeCollector
 
handleEvent(Event) - Method in class sk.baka.ikslibs.splitted.SplittedDocChangeCollector
 
handleEvent(Event) - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
 
handleEvent(Event) - Method in class sk.baka.ikslibs.UndoManager
 
handler - Variable in class sk.baka.ikslibs.sax.AbstractXMLReader
Send document to this handler.
hasChanges() - Method in class sk.baka.ikslibs.splitted.SplittedDocChangeCollector
Checks if there were any changes performed.
hasData(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node has associated character data (which can be retrieved using the DOMUtils.getData(Node) function.
hasData(short) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node has associated character data (which can be retrieved using the DOMUtils.getData(Node) function.
hasDomFragment(String) - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Checks, if dom fragment with given id has been registered.
hasElements(String) - Method in class sk.baka.ikslibs.ref.EntityManager
Checks whether the entity contains some elements or it consists strictly of a textual value.
hasEmptyContent(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if node has empty content: empty text nodes, empty entities, entities that contains empty text nodes or empty entities etc.
hasErrors() - Method in class sk.baka.ikslibs.messages.Messages
Returns true if contains some error messages.
hashCode() - Method in class sk.baka.ikslibs.ElementStack
 
hashCode(Node) - Static method in class sk.baka.ikslibs.EqualNodeComparator
Computes hashcode of given node, in terms of equality.
hashCode() - Method in class sk.baka.ikslibs.EqualNodeComparator
 
hashCode() - Method in class sk.baka.ikslibs.interval.DOMInterval
 
hashCode() - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
 
hashCode() - Method in class sk.baka.ikslibs.interval.IDSelectionAction
 
hashCode() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
 
hashCode() - Method in class sk.baka.ikslibs.messages.Message
 
hashCode() - Method in class sk.baka.ikslibs.ptr.DOMPoint
 
hashCode() - Method in class sk.baka.ikslibs.ptr.DomPointer
 
hashCode() - Method in class sk.baka.ikslibs.SameNodeComparator
 
hashCode() - Method in class sk.baka.ikslibs.stax.DOMEventWalker.State
 
hashCode() - Method in class sk.baka.ikslibs.utils.MutableReference
Returns the value's hash code or 0 if the value is null.
hasID(Element) - Method in class sk.baka.ikslibs.ids.IDManager
Examines if the node has the ID attribute.
hasName() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
hasNext() - Method in class sk.baka.ikslibs.stax.DOMEventWalker
Checks if there are more nodes.
hasNext() - Method in class sk.baka.ikslibs.stax.DOMReader
 
hasNext() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
hasNext() - Method in class sk.baka.ikslibs.stax.STAXEventReaderBase
 
hasText() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 

I

IChangeCollector - Interface in sk.baka.ikslibs.modify
Interface that all change collectors must implement.
id - Variable in class sk.baka.ikslibs.interval.IDSelectionAction
The node id.
idAttribute - Variable in class sk.baka.ikslibs.ids.IDManager
QNames of ID attributes.
IdDomMapper - Class in sk.baka.ikslibs.levelmapper
Contains functions that maps nodes from 'ID' level to 'DOM' level and back.
ident() - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
Prints ident number of spaces.
IdLevelTypeEnum - Enum in sk.baka.ikslibs.levelmapper
Enumeration of ID types, depending on the node identified by the ID.
IDManager - Class in sk.baka.ikslibs.ids
Provides support for mapping between ID and nodes.
IDManager(Node, QName, FailEnum) - Constructor for class sk.baka.ikslibs.ids.IDManager
Constructs an IDManager instance bound to specified document.
IDSelectionAction - Class in sk.baka.ikslibs.interval
Action that contains information on ID-level node selection/deselection.
IDSelectionAction(String, int, int, boolean) - Constructor for class sk.baka.ikslibs.interval.IDSelectionAction
Constructor.
ignorableWhitespace(char[], int, int) - Method in class sk.baka.ikslibs.sax.ContentHandlerDelegate
 
ignorableWhitespace(char[], int, int) - Method in class sk.baka.ikslibs.sax.PrefixMappingTracker
 
ignorableWhitespace(char[], int, int) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
ignorableWhitespace(char[], int, int) - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
 
ignorableWhitespace(char[], int, int) - Method in class sk.baka.ikslibs.sax.SAXEventTypeFilter
 
ignoreChildElementContents - Variable in class sk.baka.ikslibs.stax.DOMEventWalker
Switches reporting of contents of 'child' elements (child when entities are resolved) of the root node.
ignoreDocEvents - Variable in class sk.baka.ikslibs.sax.PrefixMappingTracker
If true then PrefixMappingTracker.startDocument() and PrefixMappingTracker.endDocument() events.
ignoreIgnorableWhitespaces - Variable in class sk.baka.ikslibs.sax.PrefixMappingTracker
true if ignorable whitespaces shall not be reported to the original content handler.
importNode(Document, Node, boolean) - Static method in class sk.baka.ikslibs.DOMUtils
Calls Document.importNode(Node, boolean) on given node.
indentStep - Variable in class sk.baka.ikslibs.sax.SAXDebuggerHandler
number of spaces used for identation.
index - Variable in class sk.baka.ikslibs.interval.IntervalOrInsertPoint
A 'raw' index - index of an interval owning the pointer.
index - Variable in class sk.baka.ikslibs.levelmapper.NodeListID.NodePtr
Index of the node in context of enclosing node list.
inEntity(String) - Method in class sk.baka.ikslibs.ids.IDManager
Checks if node with given ID is in an entity, therefore unmodifiable.
inEntity - Variable in class sk.baka.ikslibs.levelmapper.NodeListID
If true then all nodes represented by this nodelist are in some entity.
inEntity(int) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Checks if the node with given index is contained in some entity, hence unmodifiable.
inEntity() - Method in class sk.baka.ikslibs.ptr.DomPointer
Queries if this pointer points into contents of, or a descendant of an EntityReference node.
init(Source) - Method in class sk.baka.ikslibs.modify.DOMChangeCollector
 
init(Source) - Method in interface sk.baka.ikslibs.modify.IChangeCollector
Initializes the collector with given source.
init(Source) - Method in class sk.baka.ikslibs.modify.ObjectChangeCollector
 
INodeObserver - Interface in sk.baka.ikslibs
Implementing object is able to observe given node and adjust its state according to DOM events being fired in response of modification, UI events etc.
insertEntity(NodeListID, int, String, EntityManager) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Inserts an entity into specified position.
insertFragment(DocumentFragment, DomPointer) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Inserts all nodes from specified document fragment into specified position.
insertIndex - Variable in class sk.baka.ikslibs.interval.IntervalOrInsertPoint
Insert point where interval starting with given pointer would be inserted.
insertNode(Node, DomPointer, boolean) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Inserts the node at the specified pointer.
insertText(DomPointer, String, short) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Inserts text into element, depending on given parameters.
insertText(DOMPoint, Element, String, short) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Inserts text into element, depending on given parameters.
insertText(NodeListID, int, String, short) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Tries to insert given text into specified position.
intersect(DOMIntervalSet, MutableReference<DOMIntervalSet>) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Intersects given set with this set.
intersect(DOMInterval, MutableReference<DOMIntervalSet>) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Intersects given interval with this set.
interval - Variable in class sk.baka.ikslibs.interval.IntervalOrInsertPoint
Interval containing the pointer or null if no such interval exists.
intervalIndex - Variable in class sk.baka.ikslibs.interval.IntervalOrInsertPoint
Index of interval containing the pointer or -1 if no such interval exists.
IntervalOrInsertPoint - Class in sk.baka.ikslibs.interval
Result of the DOMIntervalSet.findIntervalOrInsertPoint(DomPointer) function, differentiates between an interval and an insert point.
invert(DOMIntervalSet) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Inverts intervals covered by the 'other' set.
invert(DOMInterval) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Inverts intervals covered by given interval.
IOTools - Class in sk.baka.ikslibs.stream
Contains various utilities for working with streams, readers and writers.
IOWithCauseException - Exception in sk.baka.ikslibs.stream
A simple upgrade of IOException that adds the possibility to set the throwable cause.
IOWithCauseException(String, Throwable) - Constructor for exception sk.baka.ikslibs.stream.IOWithCauseException
 
IOWithCauseException(Throwable) - Constructor for exception sk.baka.ikslibs.stream.IOWithCauseException
 
ip - Variable in class sk.baka.ikslibs.ptr.DomPointer
DOM point aspect of the pointer.
IQNameFilter - Interface in sk.baka.ikslibs
Filter of qnames.
isAddition(MutationEvent) - Method in enum sk.baka.ikslibs.EventClassEnum
Checks if given event is a node insertion event.
isAdjacentTo(DOMInterval) - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if two intervals do not overlap and DOMInterval.union(DOMInterval) would return a valid interval.
isAllowMathMl() - Method in class sk.baka.ikslibs.beans.XHTMLSerializeBean
If enabled then allows the MathML document to be present inside the result XHTML document.
isAllowSvg() - Method in class sk.baka.ikslibs.beans.XHTMLSerializeBean
If enabled then allows the MathML document to be present inside the result XHTML document.
isAttribute() - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if this interval covers attribute nodes.
isAttribute() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Determines if this nodelist denotes an attribute node.
isAttributeSpecified(int) - Method in class sk.baka.ikslibs.stax.DOMReader
 
isAttributeSpecified(int) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
isAttrPoint() - Method in class sk.baka.ikslibs.ptr.DOMPoint
Checks if this point points into contents of an attribute
isCancellable() - Method in enum sk.baka.ikslibs.EventTypesEnum
Checks if this event is cancellable.
isCanonicalForm() - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_CANONICAL_FORM for details.
isCdataSections() - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_CDATA_SECTIONS for details.
isChanged() - Method in class sk.baka.ikslibs.modify.DOMChangeCollector
 
isChanged() - Method in interface sk.baka.ikslibs.modify.IChangeCollector
Checks if this collector has captured at least one change.
isChanged() - Method in class sk.baka.ikslibs.modify.ObjectChangeCollector
 
isCharacterContainer(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node can contain character data.
isCharacterContainer(short) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node can contain character data.
isCharacters() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
isClosingContainer() - Method in class sk.baka.ikslibs.stax.DOMEventWalker.State
Checks if we are leaving a container node.
isCoalescing - Variable in class sk.baka.ikslibs.stax.DOMReader
Requires the processor to coalesce adjacent character data.
isComments() - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_COMMENTS for details.
isCompletelyChanged() - Method in class sk.baka.ikslibs.modify.DOMChangeCollector
 
isCompletelyChanged() - Method in interface sk.baka.ikslibs.modify.IChangeCollector
Checks if the source object has changed completely since last call to IChangeCollector.clearChanges().
isCompletelyChanged() - Method in class sk.baka.ikslibs.modify.ObjectChangeCollector
 
isContainer(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node is able to contain other nodes as its children.
isContainer(short) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node is able to contain other nodes as its children.
isContentNode(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns true if the node is a content node: if it can be a part of DOM document content.
isDeletable() - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if nodes between given interval can be safely cut out.
isDeletable(int, int) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Checks if text between start and end indexes can be removed.
isDiscardDefaultContent() - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_DISCARD_DEFAULT_CONTENT for details.
isDisconnectedFrom(DomPointer) - Method in class sk.baka.ikslibs.ptr.DomPointer
Checks if given pointer is disconnected from our pointer.
isDocumentRoot(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if the node is a root node.
isElementContentWhitespace() - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_ELEMENT_CONTENT_WHITESPACE for details.
isEmpty() - Method in class sk.baka.ikslibs.ElementStack
Tests if this stack is empty.
isEmpty() - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if this interval contains any content nodes.
isEmpty() - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Checks if this set covers at least one node (or some characters of some node).
isEmpty() - Method in class sk.baka.ikslibs.messages.Messages
Checks if there are messages registered.
isEmpty() - Method in class sk.baka.ikslibs.ref.EntityManager
Returns true if the document doesn't contain any entity definition.
isEmptyEntity(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Check if given node is an empty entity.
isEndElement() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
isEntities() - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_ENTITIES for details.
isEntity(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node is entity or entity reference node.
isEntity(short) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node is entity or entity reference node.
isError(Level) - Static method in class sk.baka.ikslibs.messages.Message
Checks if given severity denotes an error.
isError() - Method in class sk.baka.ikslibs.messages.Message
Checks if this message denotes an error.
isFinished() - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
Checks if content handler finished recording events.
isFormatPrettyPrint() - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_FORMAT_PRETTY_PRINT for details.
isFromSameDoc(Node, Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given nodes are from same document (or they both does not belong to any document).
isIdAttribute(Node) - Method in class sk.baka.ikslibs.ids.IDManager
Checks if given node is the ID attribute.
isIDLevelContainer(Node) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Checks if given node is an ID-level container.
isIDLevelContainer(short) - Static method in class sk.baka.ikslibs.levelmapper.IdDomMapper
Checks if given node is an ID-level container.
isInEntity(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node is a descendant of an EntityReference node.
isInTree(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node is part of a document tree.
isKnown(String) - Method in class sk.baka.ikslibs.ref.EntityManager
Checks if given name is a name of known entity.
isModification(MutationEvent) - Method in enum sk.baka.ikslibs.EventClassEnum
Checks if given event is a node modification event.
isNodeContentEmpty(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns true if node has empty text contents (the Text or CDATASection node), or contains whitespaces only ( Text).
isNodeEnd - Variable in class sk.baka.ikslibs.stax.DOMEventWalker.State
If DOMEventWalker.State.node is an element node and this property is true then report the node as the end-element event.
isOpeningContainer() - Method in class sk.baka.ikslibs.stax.DOMEventWalker.State
Checks if we are entering a container node.
isPartiallySelectable() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Determines if this nodelist denotes one or more text/cdata nodes, or a single comment or attribute node.
ISplittedListener - Interface in sk.baka.ikslibs.splitted
Receives information about basic changes in the splitted document.
isPointingIntoAttr() - Method in class sk.baka.ikslibs.ptr.DomPointer
Checks if this pointer points into an attribute node.
isPointingIntoText() - Method in class sk.baka.ikslibs.ptr.DomPointer
Checks if this pointer points into a text node.
isRangeBPCharacterContainer(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node can serve as a range text boundary-point.
isRangeBPCharacterContainer(short) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node can serve as a range text boundary-point.
isRaw() - Method in enum sk.baka.ikslibs.EventTypesEnum
Checks if this event is a raw (or a low-level) event.
isReadable(Source) - Static method in enum sk.baka.ikslibs.SourceEnum
Checks if given source is readable (if it contains at least one non-null stream, node, etc).
isReadableIntern(Source) - Method in enum sk.baka.ikslibs.SourceEnum
Checks if given source is readable (if it contains at least one non-null stream, node, etc).
isRemovable(DomPointer, DomPointer) - Method in class sk.baka.ikslibs.modify.DOMMutils
Checks whether all nodes from specified range can be deleted - i.e.
isRemoval(MutationEvent) - Method in enum sk.baka.ikslibs.EventClassEnum
Checks if given event is a node removal event.
isRootNode(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if this node is a root node in the node hierarchy.
isSameNode(Node, Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if two nodes are same: they are both null or Node.isSameNode(Node) is true.
isSavePoint() - Method in class sk.baka.ikslibs.UndoManager
Checks if the manager is currently 'standing' on the savepoint mark.
isStandalone() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
isStartElement() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
isSynthetic() - Method in enum sk.baka.ikslibs.levelmapper.IdLevelTypeEnum
Checks if this ID is synthetic (if it had to be generated).
isText(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if the node is a textual node - text or cdata node.
isText(short) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if the node is a textual node - text or cdata node.
isTextual() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Determines if this nodelist denotes one or more text/cdata nodes only.
isTextual(String) - Method in class sk.baka.ikslibs.ref.EntityManager
Checks if entity with given name is pure-text entity.
isTextualEntity(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given node is an entity reference that contains text/cdata nodes only.
isTextualNode(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Returns true if the node represents text only - itself is textual or it is a pure-textual entity.
isValid(String) - Method in class sk.baka.ikslibs.ids.IDManager
Checks whether given ID is valid.
isValid(NodeList, boolean, boolean) - Method in class sk.baka.ikslibs.ptr.DOMPoint
Checks if this point is valid in the context of given node list.
isValid(Node, boolean, boolean) - Method in class sk.baka.ikslibs.ptr.DOMPoint
Checks if this point is valid in the context of given parent node.
isWellFormed(String) - Static method in class sk.baka.ikslibs.ids.IDManager
Checks whether given ID is well-formed (but the presence of the node with this id in the document is not checked).
isWhiteSpace() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
isWritable(Result) - Static method in enum sk.baka.ikslibs.ResultEnum
Checks if given result is writable: STAX/Stream result must contain at least a writer (or output stream in case of stream), SAX result must contain valid handler.
isWritableIntern(Result) - Method in enum sk.baka.ikslibs.ResultEnum
Checks if given result is writable: STAX/Stream result must contain at least a writer (or output stream in case of stream), SAX result must contain valid handler.
isXmlDeclaration() - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_XML_DECLARATION for details.
isXmlns(Attr) - Static method in class sk.baka.ikslibs.DOMUtils
Checks if given attribute is an xmlns namespace definition attribute.
isXmlnsAttrPoint() - Method in class sk.baka.ikslibs.ptr.DOMPoint
Checks if this point points into contents of an xmlns attribute
item(int) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Returns node with given index.
item(int) - Method in class sk.baka.ikslibs.NodeListAdapter
 
iterator() - Method in class sk.baka.ikslibs.ElementStack
 
iterator() - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
 
iterator() - Method in class sk.baka.ikslibs.messages.Messages
 

L

levelOfDomError(short) - Static method in class sk.baka.ikslibs.messages.Messages
Returns appropriate enum constant
lexicalHandler - Variable in class sk.baka.ikslibs.sax.AbstractXMLReader
Lexical handler.
load(DOMConfiguration) - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
Initializes the composite from given configuration.
log(boolean) - Method in class sk.baka.ikslibs.messages.Message
Logs this message into the Java log.

M

map - Variable in class sk.baka.ikslibs.NodeListAdapter
Underlying map.
mark() - Method in class sk.baka.ikslibs.UndoManager
Marks the end of previous modification operations group and the start of a new group.
mark(boolean) - Method in class sk.baka.ikslibs.UndoManager
Marks the end of previous modification operations group and the start of a new group.
MarkFilter - Class in sk.baka.ikslibs.splitted
Implements filter that returns elements with given qname only.
MarkFilter(QName) - Constructor for class sk.baka.ikslibs.splitted.MarkFilter
Constructor.
MATHML_NAMESPACE - Static variable in class sk.baka.ikslibs.Namespaces
The MathML namespace.
mergeTextNodes(Node, MergeTypeEnum) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Merges the adjacent text nodes into one.
mergeTextNodesOnly(Node, MergeTypeEnum) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Merges the adjacent text nodes into one.
MergeTypeEnum - Enum in sk.baka.ikslibs.modify
Constants defining the merge type when merging adjacent text and cdata nodes.
Message - Class in sk.baka.ikslibs.messages
A single message.
Message(Level, String, Throwable) - Constructor for class sk.baka.ikslibs.messages.Message
Constructor.
message - Variable in class sk.baka.ikslibs.messages.Message
A short informative message, displayed to the user.
messages - Variable in class sk.baka.ikslibs.messages.ErrorListenerAdapter
Here all messages are stored.
Messages - Class in sk.baka.ikslibs.messages
A list of messages.
Messages(boolean) - Constructor for class sk.baka.ikslibs.messages.Messages
Constructs an empty list of messages.
moveContentToFragment(Document) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Moves all content nodes from the document into newly created document fragment.
MutableReference<R> - Class in sk.baka.ikslibs.utils
A mutable Object wrapper.
MutableReference() - Constructor for class sk.baka.ikslibs.utils.MutableReference
Constructs a new MutableReference with the default value of null.
MutableReference(V) - Constructor for class sk.baka.ikslibs.utils.MutableReference
Constructs a new MutableReference with the specified value.

N

NAMESPACE_ATTRIBUTE_FILTER - Static variable in class sk.baka.ikslibs.stax.STAXUtils
Filters out the regular attributes, leaving only the namespace (xmlns) attributes.
NamespaceMappings - Class in sk.baka.ikslibs
Contains namespace-prefix mappings.
NamespaceMappings(NamespaceContext) - Constructor for class sk.baka.ikslibs.NamespaceMappings
Creates new instance of the mappings class without any mappings.
NamespaceMappings(Map<String, Set<String>>, Map<String, String>, NamespaceContext) - Constructor for class sk.baka.ikslibs.NamespaceMappings
Constructs instance of the class.
namespaceMappings - Variable in class sk.baka.ikslibs.NamespaceMappings
Maps a namespace URI to a set of prefixes that maps to given namespace.
Namespaces - Class in sk.baka.ikslibs
Preddefined namespace constants.
newDebuggerToSystemOut(XMLReader, int, boolean) - Static method in class sk.baka.ikslibs.sax.SAXDebuggerReader
Constructs a debugger instance that writes events to System.out.
newFragment() - Static method in class sk.baka.ikslibs.TransformUtils
Creates new empty document fragment.
newFromDocument(Document, String, List<? extends ISplittedListener>) - Static method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Creates a new splitted document holder for given document, observing it for changes.
newIdentity() - Static method in class sk.baka.ikslibs.TransformUtils
Creates an identity - a transformer that produces document given as an input.
newInstance(Node) - Static method in class sk.baka.ikslibs.levelmapper.NodeListID
Creates new instance of the nodelist.
newInstanceToSystemOut(ContentHandler, LexicalHandler, int, boolean) - Static method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
Constructor.
newTransformer(URL) - Method in class sk.baka.ikslibs.TransformerCache
Creates new transformer from given URL.
newTransformer(URL) - Static method in class sk.baka.ikslibs.TransformUtils
For given URL returns appropriate Transformer object, that transforms XML document.
next() - Method in class sk.baka.ikslibs.stax.DOMEventWalker
Walks to the next node.
next() - Method in class sk.baka.ikslibs.stax.DOMReader
 
next() - Method in class sk.baka.ikslibs.stax.EmptyStreamReader
 
next() - Method in class sk.baka.ikslibs.stax.STAXEventReaderBase
 
nextTag() - Method in class sk.baka.ikslibs.stax.STAXEventReaderBase
 
nextTag() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
node - Variable in class sk.baka.ikslibs.levelmapper.NodeListID.NodePtr
The node instance.
node - Variable in class sk.baka.ikslibs.stax.DOMEventWalker.State
The node instance.
node - Variable in class sk.baka.ikslibs.stax.DOMLocationImpl
Context node.
nodeIndex - Variable in class sk.baka.ikslibs.ptr.DOMPoint
Index of the node, where the pointer points.
NodeListAdapter - Class in sk.baka.ikslibs
Adapts the NamedNodeMap interface to the NodeList interface.
NodeListAdapter(NamedNodeMap) - Constructor for class sk.baka.ikslibs.NodeListAdapter
Constructor.
NodeListID - Class in sk.baka.ikslibs.levelmapper
Represents the nodelist that can be identified by a single ID.
NodeListID.NodePtr - Class in sk.baka.ikslibs.levelmapper
Points into contents of text/cdata/comment/pi node.
nodeListToList(NodeList) - Static method in class sk.baka.ikslibs.DOMUtils
Converts nodeList to List.
nodeModified(Node) - Method in class sk.baka.ikslibs.modify.DOMChangeCollector
Informs the collector that the node has been modified (this applies only to non-element nodes when changing their textual value).
normalize() - Method in class sk.baka.ikslibs.ptr.DomPointer
Normalizes the pointer.
normalizeWhitespaces(Node) - Static method in class sk.baka.ikslibs.modify.DOMMutils
If the node is a text node then all starting and trailing whitespaces are removed, and all consecutive whitespaces are replaced by a single space.
normalizeWhitespaces(String) - Static method in class sk.baka.ikslibs.modify.DOMMutils
All starting and trailing whitespaces are removed, and all consecutive whitespaces are replaced by a single space character.
normalizeWhitespacesTree(Node) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Whitespace-normalizes all nodes that are descendants of given node.
not(IQNameFilter) - Static method in class sk.baka.ikslibs.QNameFilters
Creates a filter that rejects everything that given filter accepts.

O

object - Variable in class sk.baka.ikslibs.ObjectResult
The result.
object - Variable in class sk.baka.ikslibs.ObjectSource
The source.
ObjectChangeCollector - Class in sk.baka.ikslibs.modify
Implements basic object change collector.
ObjectChangeCollector() - Constructor for class sk.baka.ikslibs.modify.ObjectChangeCollector
 
ObjectResult - Class in sk.baka.ikslibs
Represents result as an object.
ObjectResult() - Constructor for class sk.baka.ikslibs.ObjectResult
Creates the object instance with null object.
ObjectResult(Object) - Constructor for class sk.baka.ikslibs.ObjectResult
Initializes the result object with given object.
ObjectSource - Class in sk.baka.ikslibs
Represents source as an object.
ObjectSource(Object) - Constructor for class sk.baka.ikslibs.ObjectSource
Initializes the result object with given object.
observe(Node) - Method in class sk.baka.ikslibs.ids.IDManager
 
observe(Node) - Method in interface sk.baka.ikslibs.INodeObserver
Starts to observe given node and its descendants.
observe(Node) - Method in class sk.baka.ikslibs.modify.DOMChangeCollector
 
observe(Node) - Method in class sk.baka.ikslibs.splitted.SplittedDocChangeCollector
 
observe(Node) - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
 
observe(Node) - Method in class sk.baka.ikslibs.UndoManager
 
or(IQNameFilter, IQNameFilter) - Static method in class sk.baka.ikslibs.QNameFilters
Creates a filter that accepts everything that is accepted by at least one filter.
ownerSet - Variable in class sk.baka.ikslibs.interval.IntervalOrInsertPoint
The set that owns this object.

P

P_CANONICAL_FORM - Static variable in class sk.baka.ikslibs.DOMConstants
true [optional] Canonicalize the document according to the rules specified in [Canonical XML], such as removing the DocumentType node (if any) from the tree, or removing superfluous namespace declarations from each element.
P_CDATA_SECTIONS - Static variable in class sk.baka.ikslibs.DOMConstants
true [required] (default)Keep CDATASection nodes in the document. false [required]Transform CDATASection nodes in the document into Text nodes.
P_CHECK_CHARACTER_NORMALIZATION - Static variable in class sk.baka.ikslibs.DOMConstants
true [optional] Check if the characters in the document are fully normalized, as defined in appendix B of [XML 1.1].
P_COMMENTS - Static variable in class sk.baka.ikslibs.DOMConstants
true [required] (default)Keep Comment nodes in the document. false [required]Discard Comment nodes in the document.
P_DATATYPE_NORMALIZATION - Static variable in class sk.baka.ikslibs.DOMConstants
true [optional] Expose schema normalized values in the tree, such as XML Schema normalized values in the case of XML Schema.
P_DISCARD_DEFAULT_CONTENT - Static variable in class sk.baka.ikslibs.DOMConstants
Use the Attr.specified attribute to decide what attributes should be discarded.
P_ELEMENT_CONTENT_WHITESPACE - Static variable in class sk.baka.ikslibs.DOMConstants
true [required] (default)Keep all whitespaces in the document. false [optional] Discard all Text nodes that contain whitespaces in element content, as described in [element content whitespace].
P_ENTITIES - Static variable in class sk.baka.ikslibs.DOMConstants
true [required] (default)Keep EntityReference nodes in the document. false [required] Remove all EntityReference nodes from the document, putting the entity expansions directly in their place.
P_ERROR_HANDLER - Static variable in class sk.baka.ikslibs.DOMConstants
[required] Contains a DOMErrorHandler object.
P_FORMAT_PRETTY_PRINT - Static variable in class sk.baka.ikslibs.DOMConstants
Formatting the output by adding whitespace to produce a pretty-printed, indented, human-readable form.
P_INFOSET - Static variable in class sk.baka.ikslibs.DOMConstants
true [required]Keep in the document the information defined in the XML Information Set [XML Information Set] .This forces the following parameters to false: " validate-if-schema", "entities", "datatype-normalization", "cdata-sections ".This forces the following parameters to true: " namespace-declarations", "well-formed", "element-content-whitespace", " comments", "namespaces".Other parameters are not changed unless explicitly specified in the description of the parameters.
P_IS_PREFIX_DEFAULTING - Static variable in class sk.baka.ikslibs.stax.STAXConstants
A property of the XMLStreamWriter.
P_LEXICAL_HANDLER - Static variable in class sk.baka.ikslibs.sax.SAXConstants
"http://xml.org/sax/properties/lexical-handler"
P_NAMESPACE_DECLARATIONS - Static variable in class sk.baka.ikslibs.DOMConstants
This parameter has no effect if the parameter "namespaces" is set to false.
P_NAMESPACES - Static variable in class sk.baka.ikslibs.DOMConstants
true [required] (default) Perform the namespace processing as defined in .
P_NORMALIZE_CHARACTERS - Static variable in class sk.baka.ikslibs.DOMConstants
true [optional] Fully normalized the characters in the document as defined in appendix B of [XML 1.1].
P_SCHEMA_LOCATION - Static variable in class sk.baka.ikslibs.DOMConstants
[optional] Represent a DOMString object containing a list of URIs, separated by whitespaces (characters matching the nonterminal production S defined in section 2.3 [XML 1.0]), that represents the schemas against which validation should occur, i.e.
P_SCHEMA_TYPE - Static variable in class sk.baka.ikslibs.DOMConstants
[optional] Represent a DOMString object containing an absolute URI and representing the type of the schema language used to validate a document against.
P_SPLIT_CDATA_SECTIONS - Static variable in class sk.baka.ikslibs.DOMConstants
true [required] (default)Split CDATA sections containing the CDATA section termination marker ']]>'.
P_VALIDATE - Static variable in class sk.baka.ikslibs.DOMConstants
true [optional] Require the validation against a schema (i.e.
P_VALIDATE_IF_SCHEMA - Static variable in class sk.baka.ikslibs.DOMConstants
true [optional]Enable validation only if a declaration for the document element can be found in a schema (independently of where it is found, i.e.
P_WELL_FORMED - Static variable in class sk.baka.ikslibs.DOMConstants
true [required] (default) Check if all nodes are XML well formed according to the XML version in use in Document.xmlVersion: check if the attribute Node.nodeName contains invalid characters according to its node type and generate a DOMError of type "wf-invalid-character-in-node-name", with a DOMError.SEVERITY_ERROR severity, if necessary; check if the text content inside Attr, Element, Comment, Text, CDATASection nodes for invalid characters and generate a DOMError of type "wf-invalid-character", with a DOMError.SEVERITY_ERROR severity, if necessary; check if the data inside ProcessingInstruction nodes for invalid characters and generate a DOMError of type "wf-invalid-character", with a DOMError.SEVERITY_ERROR severity, if necessary; false [optional] Do not check for XML well-formedness.
P_XML_DECLARATION - Static variable in class sk.baka.ikslibs.DOMConstants
The XML declaration should be included.
parent - Variable in class sk.baka.ikslibs.NamespaceMappings
Parent mappings.
parent - Variable in class sk.baka.ikslibs.ptr.DomPointer
Pointer points to contents of this node.
parentContainer - Variable in class sk.baka.ikslibs.ptr.DomPointer
Pointer points to contents of this container - an ID-level node holder; it is never an entity reference, for example.
parentElement - Variable in class sk.baka.ikslibs.levelmapper.NodeListID
'Parent' element of all nodes represented by this list.
parentElement - Variable in class sk.baka.ikslibs.ptr.DomPointer
Pointer points to contents of this element.
parentElementInEntity - Variable in class sk.baka.ikslibs.levelmapper.NodeListID
If true then parent element itself is in some entity.
parse(InputSource) - Method in class sk.baka.ikslibs.sax.EmptyXMLReader
 
parse(String) - Method in class sk.baka.ikslibs.sax.EmptyXMLReader
 
parse(InputSource) - Method in class sk.baka.ikslibs.sax.STAXReader
 
parse(String) - Method in class sk.baka.ikslibs.sax.STAXReader
 
parse(InputSource) - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
parse(String) - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
parse(InputSource) - Method in class sk.baka.ikslibs.TransformUtils.DomReader
 
parse(String) - Method in class sk.baka.ikslibs.TransformUtils.DomReader
 
peekNext() - Method in class sk.baka.ikslibs.stax.DOMEventWalker
Returns node that will be reported as next.
PI_GENEREF_TARGET - Static variable in class sk.baka.ikslibs.splitted.SplittedDocHolder
The processing instruction's target value: "generef".
PipedExceptionInputStream - Class in sk.baka.ikslibs.stream
Functionally identical to PipedInputStream, except that when an exception is caught in the producer thread (the thread that writes data to associated PipedOutputStream) and it is registered in the PipedExceptionInputStream.registry then all read() methods will fail with the registered exception.
PipedExceptionInputStream(PipedOutputStream) - Constructor for class sk.baka.ikslibs.stream.PipedExceptionInputStream
Constructor.
PipedExceptionInputStream() - Constructor for class sk.baka.ikslibs.stream.PipedExceptionInputStream
Constructor.
PipedExceptionReader - Class in sk.baka.ikslibs.stream
Functionally identical to PipedReader, except that when an exception is caught in the producer thread (the thread that writes data to associated PipedWriter) and it is registered in the PipedExceptionReader.registry then all read() methods will fail with the registered exception.
PipedExceptionReader() - Constructor for class sk.baka.ikslibs.stream.PipedExceptionReader
Constructor.
PipedExceptionReader(PipedWriter) - Constructor for class sk.baka.ikslibs.stream.PipedExceptionReader
Constructor.
pointsIntoNode() - Method in class sk.baka.ikslibs.levelmapper.NodeListID.NodePtr
Determines if this pointer points into the node.
pointsTo - Variable in class sk.baka.ikslibs.ptr.DomPointer
Pointer points to (before) this node.
pointsToNodeEnd() - Method in class sk.baka.ikslibs.ptr.DomPointer
Checks if this pointer points after last text character.
pointsToNodeStart() - Method in class sk.baka.ikslibs.ptr.DomPointer
Checks if this pointer points before first text character.
pop(QName) - Method in class sk.baka.ikslibs.ElementStack
Removes the topmost qname from the stack.
pos - Variable in class sk.baka.ikslibs.levelmapper.NodeListID.NodePtr
Character index, in context of the node.
pos - Variable in class sk.baka.ikslibs.ptr.DOMPoint
If DOMPoint.nodeIndex denotes CharacterData or DOMPoint.attrName specifies an attribute, then this parameter defines index of character in this CharacterData or Attr, after which to insert new element.
prefixMappings - Variable in class sk.baka.ikslibs.NamespaceMappings
Maps a prefix to a namespace.
PrefixMappingTracker - Class in sk.baka.ikslibs.sax
Pipes the events through itself to another content handler.
PrefixMappingTracker(ContentHandler, boolean, boolean) - Constructor for class sk.baka.ikslibs.sax.PrefixMappingTracker
Constructs the instance of the processor.
prettyPrintChildCount(int) - Static method in class sk.baka.ikslibs.DOMUtils
Pretty prints given children count.
prettyPrintEvent(Event) - Static method in class sk.baka.ikslibs.DOMUtils
Pretty-prints given DOM Level 2 event.
prettyPrintNode(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Shows an informative, pretty printed short informative node description.
printQName(String, String) - Static method in class sk.baka.ikslibs.DOMUtils
Prints given qname as a prefix:localname pair.
printQName(Node) - Static method in class sk.baka.ikslibs.DOMUtils
Prints given node qname as a prefix:localname pair.
printQName(QName) - Static method in class sk.baka.ikslibs.DOMUtils
Prints given qname as a prefix:localname pair.
priorityList - Static variable in enum sk.baka.ikslibs.ResultEnum
List describing priorities for target-to-source conversion.
priorityList - Static variable in enum sk.baka.ikslibs.SourceEnum
List describing priorities for target-to-source conversion.
processingInstruction(String, String) - Method in class sk.baka.ikslibs.sax.ContentHandlerDelegate
 
processingInstruction(String, String) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
processingInstruction(String, String) - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
 
processingInstruction(String, String) - Method in class sk.baka.ikslibs.sax.SAXEventTypeFilter
 
ptr - Variable in class sk.baka.ikslibs.interval.IntervalOrInsertPoint
The pointer being queried.
push(QName) - Method in class sk.baka.ikslibs.ElementStack
Pushes a qname onto the top of this stack.

Q

qname - Variable in class sk.baka.ikslibs.splitted.MarkFilter
The qname of accepted elements
QNameFilters - Class in sk.baka.ikslibs
Utility class for IQNameFilter interface.

R

read() - Method in class sk.baka.ikslibs.stream.PipedExceptionInputStream
 
read(byte[], int, int) - Method in class sk.baka.ikslibs.stream.PipedExceptionInputStream
 
read() - Method in class sk.baka.ikslibs.stream.PipedExceptionReader
 
read(char[], int, int) - Method in class sk.baka.ikslibs.stream.PipedExceptionReader
 
read() - Method in class sk.baka.ikslibs.stream.TeeInputStream
 
read(byte[], int, int) - Method in class sk.baka.ikslibs.stream.TeeInputStream
 
read(byte[]) - Method in class sk.baka.ikslibs.stream.TeeInputStream
 
read() - Method in class sk.baka.ikslibs.stream.TeeReader
 
read(char[], int, int) - Method in class sk.baka.ikslibs.stream.TeeReader
 
read(char[]) - Method in class sk.baka.ikslibs.stream.TeeReader
 
read(CharBuffer) - Method in class sk.baka.ikslibs.stream.TeeReader
 
reader - Variable in class sk.baka.ikslibs.sax.STAXReader
Wrapped reader instance.
reader - Variable in class sk.baka.ikslibs.sax.XMLReaderDelegate
All calls are redirected here.
readerToInputStream(Reader, String) - Static method in class sk.baka.ikslibs.stream.IOTools
Converts reader to an inputstream.
readerToSax(Reader, int) - Static method in class sk.baka.ikslibs.TransformUtils
Returns SAX reader that fires these events, in order: start document, multiple text events, end document.
readerToSaxSource(Reader, String, int) - Static method in class sk.baka.ikslibs.TransformUtils
Constructs SAX reader that fires three events: start document, text, end document, and returns this reader enclosed in SAXSource.
readerToString(Reader) - Static method in class sk.baka.ikslibs.stream.IOTools
Deprecated. use IOUtils.toString(Reader)
recover() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Tries to recover from modification of underlying nodes.
redo() - Method in class sk.baka.ikslibs.UndoManager
Redoes previously undone modification operations up to the nearest mark point.
register(String, String) - Method in class sk.baka.ikslibs.NamespaceMappings
Registers the prefix-namespace binding.
registerException(Throwable) - Method in class sk.baka.ikslibs.stream.ExceptionRegistry
Records an exception.
registry - Variable in class sk.baka.ikslibs.stax.SAXReader
If exception in producer occurs then record it here before thread termination.
registry - Variable in class sk.baka.ikslibs.stream.PipedExceptionInputStream
If exception in producer occurs then record it here before thread termination.
registry - Variable in class sk.baka.ikslibs.stream.PipedExceptionReader
If exception in producer occurs then record it here before thread termination.
REGULAR_ATTRIBUTE_FILTER - Static variable in class sk.baka.ikslibs.stax.STAXUtils
Filters out the namespace (xmlns) attributes, leaving only the regular attributes.
reinit(Source) - Method in class sk.baka.ikslibs.modify.DOMChangeCollector
 
reinit(Source) - Method in interface sk.baka.ikslibs.modify.IChangeCollector
Reinitializes the collector.
reinit(Source) - Method in class sk.baka.ikslibs.modify.ObjectChangeCollector
 
remove(Element) - Method in class sk.baka.ikslibs.ids.IDManager
Removes element from list.
remove(NodeListID) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Removes node(s) from the document.
remove(Node) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Removes given node from the document.
remove(DOMInterval) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Tries to remove all nodes in the specified range.
remove() - Method in class sk.baka.ikslibs.stax.STAXEventReaderBase
 
removeEventListenerFrom(EventTarget, EventListener, boolean, EnumSet<EventTypesEnum>) - Static method in enum sk.baka.ikslibs.EventTypesEnum
Removes given listener from given node for all specified event types.
removeIf(Node, boolean, boolean) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Removes node from its parent (or owner element in case of an attribute).
removeTree(Node) - Method in class sk.baka.ikslibs.ids.IDManager
Removes all element nodes in the descendant-or-self axis of given node from the id list.
removeXmlns(Element) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Removes all xmlns attributes from given element.
replaceNode(Node, Node) - Method in class sk.baka.ikslibs.modify.DOMMutils
Replaces the node with another node.
replayEvents(ContentHandler) - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
Replays recorded events on given handler.
reportEmptyAsWhitespace - Variable in class sk.baka.ikslibs.stax.DOMReader
If true then a text node with empty or whitespace-only contents is reported as a whitespace node.
reportRoot - Variable in class sk.baka.ikslibs.stax.DOMEventWalker
If false then root container is not reported.
represents(Class<? extends Result>) - Method in enum sk.baka.ikslibs.ResultEnum
Returns true if this enum constant represents Source object of required instance.
represents(Class<? extends Source>) - Method in enum sk.baka.ikslibs.SourceEnum
Returns true if this enum constant represents Source object of required instance.
require(int, String, String) - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
reset() - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
Resets the recorded history - clears all recorded events.
resolveEntities - Variable in class sk.baka.ikslibs.stax.DOMEventWalker
If true then no entity nodes are reported - their contents are reported instead.
resolveIndex(String, int) - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Tries to resolve the index from given string back to the original string.
resolveIndex(String, int, String) - Static method in class sk.baka.ikslibs.levelmapper.NodeListID
Tries to resolve the index from given string to the result string.
ResultEnum - Enum in sk.baka.ikslibs
Enumerates all possible target types that exporter can accept as an output.
root - Variable in class sk.baka.ikslibs.stax.DOMEventWalker
The root node - an event datasource.

S

SameNodeComparator<N extends Node> - Class in sk.baka.ikslibs
Wraps the Node and implements the SameNodeComparator.equals(Object), SameNodeComparator.hashCode() and SameNodeComparator.compareTo(Node) correctly so that the node can be used in the collection framework.
SameNodeComparator(N) - Constructor for class sk.baka.ikslibs.SameNodeComparator
Constructs the node wrapper and computes the hashcode.
SAXConstants - Class in sk.baka.ikslibs.sax
SAX constants.
SAXDebuggerHandler - Class in sk.baka.ikslibs.sax
Serves primarily for debugging, it routes SAX events to the sink but prints them first.
SAXDebuggerHandler(ContentHandler, LexicalHandler, PrintWriter, int, boolean) - Constructor for class sk.baka.ikslibs.sax.SAXDebuggerHandler
Constructor.
SAXDebuggerReader - Class in sk.baka.ikslibs.sax
Functionally equivalent to providen XMLReader, but prints all SAX events.
SAXDebuggerReader(XMLReader, PrintWriter, int, boolean, boolean) - Constructor for class sk.baka.ikslibs.sax.SAXDebuggerReader
Constructor.
SAXEventKindEnum - Enum in sk.baka.ikslibs.sax
Enumerates kinds of SAX events.
SAXEventRecorder - Class in sk.baka.ikslibs.sax
Each event invoked on this handler gets transferred to the underlying content handler and recorded.
SAXEventRecorder(boolean) - Constructor for class sk.baka.ikslibs.sax.SAXEventRecorder
Constructor.
SAXEventRecorder(ContentHandler, boolean) - Constructor for class sk.baka.ikslibs.sax.SAXEventRecorder
Constructor.
SAXEventTypeFilter - Class in sk.baka.ikslibs.sax
Suppresses selected events.
SAXEventTypeFilter(ContentHandler, EnumSet<SAXEventKindEnum>) - Constructor for class sk.baka.ikslibs.sax.SAXEventTypeFilter
Constructor.
SAXExceptionFixed - Exception in sk.baka.ikslibs.sax
Fixes the SAX exception by setting the cause correctly.
SAXExceptionFixed() - Constructor for exception sk.baka.ikslibs.sax.SAXExceptionFixed
Constructor.
SAXExceptionFixed(String) - Constructor for exception sk.baka.ikslibs.sax.SAXExceptionFixed
Constructor.
SAXExceptionFixed(Exception) - Constructor for exception sk.baka.ikslibs.sax.SAXExceptionFixed
Constructor.
SAXExceptionFixed(String, Exception) - Constructor for exception sk.baka.ikslibs.sax.SAXExceptionFixed
Constructor.
SAXProcessorFilter - Class in sk.baka.ikslibs.sax
Processes SAX events.
SAXProcessorFilter(ContentHandler, XMLSerializeBean) - Constructor for class sk.baka.ikslibs.sax.SAXProcessorFilter
Creates instance of the filter.
SAXReader - Class in sk.baka.ikslibs.stax
Records events passed to the context handler and provides access to them using the XMLEventReader interface.
SAXReader() - Constructor for class sk.baka.ikslibs.stax.SAXReader
 
select - Variable in class sk.baka.ikslibs.interval.IDSelectionAction
If true then we should take a selecting action, otherwise we should deselect.
serialize(Source, StreamResult, String) - Static method in class sk.baka.ikslibs.TransformUtils
Serializes given source into a result stream.
serializeDOM(OutputStream, String, XMLSerializeBean, Node) - Static method in class sk.baka.ikslibs.DOMUtils
Serializes the document object model.
setAllowMathMl(boolean) - Method in class sk.baka.ikslibs.beans.XHTMLSerializeBean
If enabled then allows the MathML document to be present inside the result XHTML document.
setAllowSvg(boolean) - Method in class sk.baka.ikslibs.beans.XHTMLSerializeBean
If enabled then allows the MathML document to be present inside the result XHTML document.
setCanonicalForm(boolean) - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_CANONICAL_FORM for details.
setCdataSections(boolean) - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_CDATA_SECTIONS for details.
setComments(boolean) - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_COMMENTS for details.
setContentHandler(ContentHandler) - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
setContentHandler(ContentHandler) - Method in class sk.baka.ikslibs.sax.SAXDebuggerReader
 
setContentHandler(ContentHandler) - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
setData(Node, String) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Modifies data, associated with given node.
setDefaultNamespace(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
setDiscardDefaultContent(boolean) - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_DISCARD_DEFAULT_CONTENT for details.
setDocumentLocator(Locator) - Method in class sk.baka.ikslibs.sax.ContentHandlerDelegate
 
setDocumentLocator(Locator) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
setDocumentLocator(Locator) - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
 
setDTDHandler(DTDHandler) - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
setDTDHandler(DTDHandler) - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
setElementContentWhitespace(boolean) - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_ELEMENT_CONTENT_WHITESPACE for details.
setEncoding(String) - Method in class sk.baka.ikslibs.beans.XHTMLSerializeBean
The encoding.
setEntities(boolean) - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_ENTITIES for details.
setEntityResolver(EntityResolver) - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
setEntityResolver(EntityResolver) - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
setErrorHandler(ErrorHandler) - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
setErrorHandler(ErrorHandler) - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
setEventReader(XMLEventReader) - Method in class sk.baka.ikslibs.stax.STAXSource
Sets the event reader instance.
setEventWriter(XMLEventWriter) - Method in class sk.baka.ikslibs.stax.STAXResult
Sets the event writer instance.
setFeature(String, boolean) - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
setFeature(String, boolean) - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
setFormatPrettyPrint(boolean) - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_FORMAT_PRETTY_PRINT for details.
setHandler(ContentHandler) - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
Sets the underlying handler that receives the events.
setMarkCount(int) - Method in class sk.baka.ikslibs.UndoManager
Sets new maximum count of marks - a maximum undo history length.
setNamespaceContext(NamespaceContext) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
setObject(Object) - Method in class sk.baka.ikslibs.ObjectResult
Sets the result object.
setObject(Object) - Method in class sk.baka.ikslibs.ObjectSource
Sets the source object.
setPrefix(String, String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
setProperty(String, Object) - Method in class sk.baka.ikslibs.sax.AbstractXMLReader
 
setProperty(String, Object) - Method in class sk.baka.ikslibs.sax.XMLReaderDelegate
 
setReadOnly(Node, boolean, boolean) - Method in class sk.baka.ikslibs.domimpl.DOMImpl
Description copied from Xerces 2.7.1 NodeImpl.setReadOnly(boolean, boolean) method.
setStreamReader(XMLStreamReader) - Method in class sk.baka.ikslibs.stax.STAXSource
Sets the stream reader instance.
setStreamWriter(XMLStreamWriter) - Method in class sk.baka.ikslibs.stax.STAXResult
Sets the stream writer instance.
setSystemId(String) - Method in class sk.baka.ikslibs.ObjectResult
 
setSystemId(String) - Method in class sk.baka.ikslibs.ObjectSource
 
setSystemId(String) - Method in class sk.baka.ikslibs.stax.STAXResult
 
setSystemId(String) - Method in class sk.baka.ikslibs.stax.STAXSource
 
setText(NodeListID, String) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Sets text, denoted by given id, to given value.
setText(Node, String) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Sets text of given node to given value.
setValue(V) - Method in class sk.baka.ikslibs.utils.MutableReference
Sets the value.
setXmlDeclaration(boolean) - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
See DOMConstants.P_XML_DECLARATION for details.
setXmlSerialize(XMLSerializeBean) - Method in class sk.baka.ikslibs.beans.XHTMLSerializeBean
The XML serialization properties.
severity - Variable in class sk.baka.ikslibs.messages.Message
Message severity.
sink - Variable in class sk.baka.ikslibs.sax.ContentHandlerDelegate
Receives all events.
sink - Variable in class sk.baka.ikslibs.sax.SAXDebuggerHandler
routes the events here.
sink2 - Variable in class sk.baka.ikslibs.sax.SAXDebuggerHandler
routes the events here.
size() - Method in class sk.baka.ikslibs.ElementStack
Returns the length of the stack.
sk.baka.ikslibs - package sk.baka.ikslibs
 
sk.baka.ikslibs.beans - package sk.baka.ikslibs.beans
 
sk.baka.ikslibs.domimpl - package sk.baka.ikslibs.domimpl
 
sk.baka.ikslibs.ids - package sk.baka.ikslibs.ids
 
sk.baka.ikslibs.interval - package sk.baka.ikslibs.interval
 
sk.baka.ikslibs.levelmapper - package sk.baka.ikslibs.levelmapper
 
sk.baka.ikslibs.messages - package sk.baka.ikslibs.messages
Captures error/warning messages, that occured during the process of GENE-transformation of the document.
sk.baka.ikslibs.modify - package sk.baka.ikslibs.modify
Contains classes that provide description how a DOM document / Object has changed.
sk.baka.ikslibs.ptr - package sk.baka.ikslibs.ptr
 
sk.baka.ikslibs.ref - package sk.baka.ikslibs.ref
 
sk.baka.ikslibs.sax - package sk.baka.ikslibs.sax
 
sk.baka.ikslibs.splitted - package sk.baka.ikslibs.splitted
Holds 'splitted' document - an image of a DOM document, splitted into nametrees (nametree is a maximal coherent tree that contains elements with same namespace).
sk.baka.ikslibs.stax - package sk.baka.ikslibs.stax
 
sk.baka.ikslibs.stream - package sk.baka.ikslibs.stream
 
sk.baka.ikslibs.utils - package sk.baka.ikslibs.utils
 
skipFromEntities() - Method in class sk.baka.ikslibs.interval.DOMInterval
For both interval ends tries to skip out from entities.
skipFromEntities(boolean) - Method in class sk.baka.ikslibs.ptr.DomPointer
Tries to skip out of entities as much as possible.
skipFromEntities() - Method in class sk.baka.ikslibs.ptr.DomPointer
Skips forwards and backwards out from entities as much as possible.
skippedEntity(String) - Method in class sk.baka.ikslibs.sax.ContentHandlerDelegate
 
skippedEntity(String) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
skippedEntity(String) - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
 
skippedEntity(String) - Method in class sk.baka.ikslibs.sax.SAXEventTypeFilter
 
sortByDocumentOrder(List<Node>) - Static method in class sk.baka.ikslibs.DOMUtils
Sorts list of nodes by the document ordering.
sortByDocumentOrder(List<String>) - Method in class sk.baka.ikslibs.ids.IDManager
Sorts list of IDs: node denoted by first ID precedes node denoted by second ID etc.
source - Variable in class sk.baka.ikslibs.modify.ObjectChangeCollector
The object source.
SourceEnum - Enum in sk.baka.ikslibs
Enumerates all possible source types that exporter can accept as an input.
sourceToDom(Source, boolean, String) - Static method in class sk.baka.ikslibs.TransformUtils
Converts source to the DOMSource.
sourceToSax(Source, boolean, String) - Static method in class sk.baka.ikslibs.TransformUtils
Converts source to the SAXSource.
sourceToSTAX(Source, boolean, String) - Static method in class sk.baka.ikslibs.TransformUtils
Converts source to the STAXSource.
sourceToStream(Source) - Static method in class sk.baka.ikslibs.TransformUtils
Converts source to the StreamSource.
SplittedDocChangeCollector - Class in sk.baka.ikslibs.splitted
Collects changes in the splitted document.
SplittedDocChangeCollector() - Constructor for class sk.baka.ikslibs.splitted.SplittedDocChangeCollector
Constructor.
SplittedDocHolder - Class in sk.baka.ikslibs.splitted
Represents given node tree as a splitted document and captures changes in this document.
SplittedDocHolder(Element, String, List<? extends ISplittedListener>) - Constructor for class sk.baka.ikslibs.splitted.SplittedDocHolder
Constructs instance of the object, immediately splitting the document into the set of trees.
splitText(NodeListID, int) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Splits the text/cdata node at the specified position.
splitText(Text, int) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Splits the text/cdata node at the specified position.
splitText(DomPointer) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Splits the text/cdata node at the specified position.
standaloneSet() - Method in class sk.baka.ikslibs.stax.STAXReaderBase
 
startCDATA() - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
startDocument() - Method in class sk.baka.ikslibs.sax.AttributeReplacerHandler
 
startDocument() - Method in class sk.baka.ikslibs.sax.ContentHandlerDelegate
 
startDocument() - Method in class sk.baka.ikslibs.sax.PrefixMappingTracker
 
startDocument() - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
startDocument() - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
 
startDocument() - Method in class sk.baka.ikslibs.sax.SAXEventTypeFilter
 
startDTD(String, String, String) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
startElement(String, String, String, Attributes) - Method in class sk.baka.ikslibs.sax.AttributeReplacerHandler
 
startElement(String, String, String, Attributes) - Method in class sk.baka.ikslibs.sax.ContentHandlerDelegate
 
startElement(String, String, String, Attributes) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
startElement(String, String, String, Attributes) - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
 
startElement(String, String, String, Attributes) - Method in class sk.baka.ikslibs.sax.SAXEventTypeFilter
 
startEntity(String) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
startPrefixMapping(String, String) - Method in class sk.baka.ikslibs.sax.ContentHandlerDelegate
 
startPrefixMapping(String, String) - Method in class sk.baka.ikslibs.sax.PrefixMappingTracker
 
startPrefixMapping(String, String) - Method in class sk.baka.ikslibs.sax.SAXDebuggerHandler
 
startPrefixMapping(String, String) - Method in class sk.baka.ikslibs.sax.SAXEventRecorder
 
startPrefixMapping(String, String) - Method in class sk.baka.ikslibs.sax.SAXEventTypeFilter
 
startsOnNodeBoundary() - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if the interval fully covers the first node.
startsWithText() - Method in class sk.baka.ikslibs.interval.DOMInterval
Checks if first interval node is a text node.
STAXConstants - Class in sk.baka.ikslibs.stax
STAX constants.
STAXEventReaderBase - Class in sk.baka.ikslibs.stax
Encapsulates basic functionality of the XMLEventReader interface.
STAXEventReaderBase() - Constructor for class sk.baka.ikslibs.stax.STAXEventReaderBase
 
STAXReader - Class in sk.baka.ikslibs.sax
Wraps the STAX event reader class as an SAX XML reader.
STAXReader(XMLEventReader) - Constructor for class sk.baka.ikslibs.sax.STAXReader
Wraps STAX event reader
STAXReaderBase - Class in sk.baka.ikslibs.stax
A skeletal implementation of STAX stream reader.
STAXReaderBase() - Constructor for class sk.baka.ikslibs.stax.STAXReaderBase
Constructor.
STAXResult - Class in sk.baka.ikslibs.stax
Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form of markup.
STAXResult() - Constructor for class sk.baka.ikslibs.stax.STAXResult
Constructor.
STAXResult(String) - Constructor for class sk.baka.ikslibs.stax.STAXResult
Constructor.
STAXResult(String, XMLEventWriter) - Constructor for class sk.baka.ikslibs.stax.STAXResult
Constructor.
STAXResult(String, XMLStreamWriter) - Constructor for class sk.baka.ikslibs.stax.STAXResult
Constructor.
STAXResult(XMLEventWriter) - Constructor for class sk.baka.ikslibs.stax.STAXResult
Constructor.
STAXResult(XMLStreamWriter) - Constructor for class sk.baka.ikslibs.stax.STAXResult
Constructor.
STAXSource - Class in sk.baka.ikslibs.stax
Acts as an holder for a transformation Source in the form of a stream of STAX events.
STAXSource() - Constructor for class sk.baka.ikslibs.stax.STAXSource
Constructor.
STAXSource(String) - Constructor for class sk.baka.ikslibs.stax.STAXSource
Constructor.
STAXSource(String, XMLEventReader) - Constructor for class sk.baka.ikslibs.stax.STAXSource
Constructor.
STAXSource(String, XMLStreamReader) - Constructor for class sk.baka.ikslibs.stax.STAXSource
Constructor.
STAXSource(XMLEventReader) - Constructor for class sk.baka.ikslibs.stax.STAXSource
Constructor.
STAXSource(XMLStreamReader) - Constructor for class sk.baka.ikslibs.stax.STAXSource
Constructor.
STAXUtils - Class in sk.baka.ikslibs.stax
STAX utilities.
STAXUtils.AttributeFilter - Interface in sk.baka.ikslibs.stax
Filters out the attributes.
stopObservation(Node) - Method in class sk.baka.ikslibs.ids.IDManager
 
stopObservation(Node) - Method in interface sk.baka.ikslibs.INodeObserver
Finishes observation of given node and its descendants.
stopObservation(Node) - Method in class sk.baka.ikslibs.modify.DOMChangeCollector
 
stopObservation(Node) - Method in class sk.baka.ikslibs.splitted.SplittedDocChangeCollector
 
stopObservation(Node) - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
 
stopObservation(Node) - Method in class sk.baka.ikslibs.UndoManager
 
storage - Variable in class sk.baka.ikslibs.stax.DOMWriter
Here the DOM being written is held.
store(DOMConfiguration) - Method in class sk.baka.ikslibs.beans.XMLSerializeBean
Store currently selected options into the document configuration.
streamSourceAsReader(StreamSource, String) - Static method in class sk.baka.ikslibs.TransformUtils
Converts stream source to a reader that reads the stream.
streamSourceToInputSource(StreamSource) - Static method in class sk.baka.ikslibs.TransformUtils
Converts stream source instance to an input source object.
streamSourceToReader(StreamSource, String) - Static method in class sk.baka.ikslibs.stream.IOTools
Returns reader from given stream source.
stringToInputStream(String, String) - Static method in class sk.baka.ikslibs.stream.IOTools
Deprecated. use IOUtils.toInputStream(String, String).
stringToSax(String, int) - Static method in class sk.baka.ikslibs.TransformUtils
Returns SAX reader that fires three events: start document, text, end document.
stringToSaxSource(String, String, int) - Static method in class sk.baka.ikslibs.TransformUtils
Constructs SAX reader that fires three events: start document, text, end document, and returns this reader enclosed in SAXSource.
subtract(DOMInterval, MutableReference<DOMIntervalSet>) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Subtracts given interval to this interval set.
subtract(DOMIntervalSet, MutableReference<DOMIntervalSet>) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Subtracts all intervals from given set to this interval set.
SVG_NAMESPACE - Static variable in class sk.baka.ikslibs.Namespaces
The SVG namespace.
systemId - Variable in class sk.baka.ikslibs.ObjectResult
A resource identifier.
systemId - Variable in class sk.baka.ikslibs.ObjectSource
A resource identifier.

T

TeeInputStream - Class in sk.baka.ikslibs.stream
Classic splitter of OutputStream.
TeeInputStream(InputStream, OutputStream) - Constructor for class sk.baka.ikslibs.stream.TeeInputStream
Constructs a TeeOutputStream.
TeeReader - Class in sk.baka.ikslibs.stream
Classic splitter of OutputStream.
TeeReader(Reader, Writer) - Constructor for class sk.baka.ikslibs.stream.TeeReader
Creates new reader.
TeeWriter - Class in sk.baka.ikslibs.stream
Classic splitter of Writer.
TeeWriter(Writer, Writer) - Constructor for class sk.baka.ikslibs.stream.TeeWriter
Constructs a TeeWriter.
time - Variable in class sk.baka.ikslibs.messages.Message
The time when the message occured.
to - Variable in class sk.baka.ikslibs.interval.DOMInterval
Select nodes up to this pointer.
toDomPointer() - Method in class sk.baka.ikslibs.levelmapper.NodeListID.NodePtr
Converts itself into the DOM pointer.
toFragment(Node) - Static method in class sk.baka.ikslibs.modify.DOMMutils
Converts the node into a document fragment.
toIndex - Variable in class sk.baka.ikslibs.interval.IDSelectionAction
If a textual node is selected then this property is an index of first unselected character after the last selected character.
toInterval() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
Returns this node list as an interval.
topmost() - Method in class sk.baka.ikslibs.ElementStack
Looks at the topmost qname without removing it from the stack.
topmost(int) - Method in class sk.baka.ikslibs.ElementStack
Looks at the i-th topmost qname without removing it from the stack.
toRange() - Method in class sk.baka.ikslibs.interval.DOMInterval
Returns the interval representation as a range object.
toSelectionActions(boolean, IDManager) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Returns this set as a list of IDSelectionAction elements.
toString() - Method in class sk.baka.ikslibs.ElementStack
 
toString() - Method in class sk.baka.ikslibs.EqualNodeComparator
 
toString() - Method in enum sk.baka.ikslibs.EventTypesEnum
 
toString() - Method in class sk.baka.ikslibs.interval.DOMInterval
 
toString() - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
 
toString() - Method in class sk.baka.ikslibs.interval.IDSelectionAction
 
toString() - Method in class sk.baka.ikslibs.levelmapper.NodeListID
 
toString() - Method in class sk.baka.ikslibs.messages.Message
 
toString() - Method in class sk.baka.ikslibs.ptr.DOMPoint
Converts insertpoint object to a string using syntax: [insertPlace,pos].
toString() - Method in class sk.baka.ikslibs.ptr.DomPointer
 
toString() - Method in class sk.baka.ikslibs.SameNodeComparator
 
toString() - Method in class sk.baka.ikslibs.stax.DOMEventWalker.State
 
toString() - Method in class sk.baka.ikslibs.stax.DOMLocationImpl
 
toString() - Method in class sk.baka.ikslibs.utils.MutableReference
Returns the String value of this mutable.
TransformerCache - Class in sk.baka.ikslibs
Caches the transformer Templates and provides new instances of transformer.
TransformerCache(TransformerFactory) - Constructor for class sk.baka.ikslibs.TransformerCache
Constructs a new cache.
transformerExceptionToSax(TransformerException) - Static method in class sk.baka.ikslibs.TransformUtils
Wraps transformer exception in SAX exception.
transformerLocatorToLocator(SourceLocator) - Static method in class sk.baka.ikslibs.TransformUtils
Wraps the SAX locator as a transformer locator.
TransformUtils - Class in sk.baka.ikslibs
Provides tools for javax.xml.transform package.
TransformUtils() - Constructor for class sk.baka.ikslibs.TransformUtils
 
TransformUtils.DomReader - Class in sk.baka.ikslibs
Reads a DOM document and sends it to the content handler.

U

undo() - Method in class sk.baka.ikslibs.UndoManager
Rollbacks all previous modification operations up to the nearest mark point.
UndoManager - Class in sk.baka.ikslibs
Manages undoing of the modification operations.
UndoManager() - Constructor for class sk.baka.ikslibs.UndoManager
Constructs an empty undo manager.
union(DOMInterval) - Method in class sk.baka.ikslibs.interval.DOMInterval
Computes and returns union of two intervals if the result would still be a single interval.
union(DOMInterval, MutableReference<DOMIntervalSet>) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Adds given interval to this interval set.
union(DOMIntervalSet, MutableReference<DOMIntervalSet>) - Method in class sk.baka.ikslibs.interval.DOMIntervalSet
Adds all intervals from given set to this interval set.
unique - Variable in class sk.baka.ikslibs.sax.AttributeReplacerHandler
If true then ensure that all replaced attributes have unique value.
unregister(String) - Method in class sk.baka.ikslibs.NamespaceMappings
If given prefix is registered in the NamespaceMappings.prefixMappings then it is unregistered.
UnremovableNodeException - Exception in sk.baka.ikslibs
Thrown when an unremovable attribute occurs.
UnremovableNodeException(String) - Constructor for exception sk.baka.ikslibs.UnremovableNodeException
Constructor
unwrapNodes(Collection<? extends EqualNodeComparator<N>>, Collection<N>) - Static method in class sk.baka.ikslibs.EqualNodeComparator
Feeds result collection with nodes, each unwrapped from this comparator.
unwrapNodes(Collection<? extends SameNodeComparator<N>>, Collection<N>) - Static method in class sk.baka.ikslibs.SameNodeComparator
Feeds result collection with nodes, each unwrapped from this comparator.
updateNamespaceMappings(Node, boolean) - Method in class sk.baka.ikslibs.splitted.SplittedDocHolder
Updates namespaces in DocumentFragment's root element.
useFastImpl - Static variable in class sk.baka.ikslibs.domimpl.DOMImplSelector
true if the DOMImplFast is used by default.

V

valueOf(String) - Static method in enum sk.baka.ikslibs.EventClassEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ikslibs.EventTypesEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ikslibs.ids.FailEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ikslibs.levelmapper.IdLevelTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(DOMError) - Static method in class sk.baka.ikslibs.messages.Message
Converts the DOMError instance to a message.
valueOf(String) - Static method in enum sk.baka.ikslibs.modify.MergeTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(Node, int) - Static method in class sk.baka.ikslibs.ptr.DOMPoint
Retrieves the DOM point pointing onto given node.
valueOf(String) - Static method in class sk.baka.ikslibs.ptr.DOMPoint
Parses given string and returns an insert point instance.
valueOf(String) - Static method in enum sk.baka.ikslibs.ptr.DomPointerFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ikslibs.ResultEnum
Returns the enum constant of this type with the specified name.
valueOf(Class<? extends Result>) - Static method in enum sk.baka.ikslibs.ResultEnum
Finds appropriate enum item for the result instance.
valueOf(String) - Static method in enum sk.baka.ikslibs.sax.SAXEventKindEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sk.baka.ikslibs.SourceEnum
Returns the enum constant of this type with the specified name.
valueOf(Class<? extends Source>) - Static method in enum sk.baka.ikslibs.SourceEnum
Finds appropriate enum item for the source instance.
values() - Static method in enum sk.baka.ikslibs.EventClassEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.baka.ikslibs.EventTypesEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.baka.ikslibs.ids.FailEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.baka.ikslibs.levelmapper.IdLevelTypeEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.baka.ikslibs.modify.MergeTypeEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.baka.ikslibs.ptr.DomPointerFlag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.baka.ikslibs.ResultEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.baka.ikslibs.sax.SAXEventKindEnum
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum sk.baka.ikslibs.SourceEnum
Returns an array containing the constants of this enum type, in the order they're declared.

W

w - Variable in class sk.baka.ikslibs.sax.SAXDebuggerHandler
prints events here.
walker - Variable in class sk.baka.ikslibs.stax.DOMReader
Iterates through the contents of given node.
warning(TransformerException) - Method in class sk.baka.ikslibs.messages.ErrorListenerAdapter
 
wrapNodes(Collection<? extends N>, Collection<EqualNodeComparator<N>>) - Static method in class sk.baka.ikslibs.EqualNodeComparator
Feeds result collection with nodes, each wrapped in this comparator.
wrapNodes(Collection<? extends N>, Collection<SameNodeComparator<N>>) - Static method in class sk.baka.ikslibs.SameNodeComparator
Feeds result collection with nodes, each wrapped in this comparator.
wrappedNode - Variable in class sk.baka.ikslibs.EqualNodeComparator
The node being wrapped.
wrappedNode - Variable in class sk.baka.ikslibs.SameNodeComparator
The node being wrapped.
write(char[], int, int) - Method in class sk.baka.ikslibs.stream.TeeWriter
 
write(char[]) - Method in class sk.baka.ikslibs.stream.TeeWriter
 
write(int) - Method in class sk.baka.ikslibs.stream.TeeWriter
 
write(String, int, int) - Method in class sk.baka.ikslibs.stream.TeeWriter
 
write(String) - Method in class sk.baka.ikslibs.stream.TeeWriter
 
writeAttribute(String, String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeAttribute(String, String, String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeAttribute(String, String, String, String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeCData(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeCharacters(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeCharacters(char[], int, int) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeComment(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeDefaultNamespace(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeDTD(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeEmptyElement(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeEmptyElement(String, String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeEmptyElement(String, String, String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeEndDocument() - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeEndElement() - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeEntityRef(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeNamespace(String, String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeProcessingInstruction(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeProcessingInstruction(String, String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeStartDocument() - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeStartDocument(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeStartDocument(String, String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeStartElement(String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeStartElement(String, String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 
writeStartElement(String, String, String) - Method in class sk.baka.ikslibs.stax.DOMWriter
 

X

XHTML_NAMESPACE - Static variable in class sk.baka.ikslibs.Namespaces
XHTML namespace.
XHTMLSerializeBean - Class in sk.baka.ikslibs.beans
Stores data for XHTML serialization.
XHTMLSerializeBean() - Constructor for class sk.baka.ikslibs.beans.XHTMLSerializeBean
 
XLINK_NAMESPACE - Static variable in class sk.baka.ikslibs.Namespaces
The XLink namespace.
XML_RESERVED_FILTER - Static variable in class sk.baka.ikslibs.QNameFilters
Filter that rejects all XML-related qnames, such as xml:space, xmlns:whatever etc.
XMLReaderDelegate - Class in sk.baka.ikslibs.sax
Redirects all calls to underlying XMLReader instance.
XMLReaderDelegate(XMLReader) - Constructor for class sk.baka.ikslibs.sax.XMLReaderDelegate
Constructor.
XMLSerializeBean - Class in sk.baka.ikslibs.beans
 
XMLSerializeBean() - Constructor for class sk.baka.ikslibs.beans.XMLSerializeBean
 
XSL_FO_NAMESPACE - Static variable in class sk.baka.ikslibs.Namespaces
The XSL-FO namespace.

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

Copyright © 2006 Martin Vysny - baka. All Rights Reserved.