| Modifier and Type | Method and Description |
|---|---|
static BufferedElement |
DocumentContextHelper.getElementById(IContext context,
java.lang.String elementId)
Returns the
BufferedElement from the given context with the given element id. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,BufferedElement> |
DocumentContextHelper.getElementsCache(IContext context)
Retrieves the elements cache from the given context.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DocumentContextHelper.putElementsCache(IContext context,
java.util.Map<java.lang.String,BufferedElement> elementsCache)
Register the given elements cache in the given context.
|
| Modifier and Type | Method and Description |
|---|---|
IDocumentHandler |
ITextStylingDocumentHandlerFactoryDiscovery.createDocumentHandler(BufferedElement parent,
IContext context,
java.lang.String entryName) |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedDocument
Buffered document.
|
class |
RowBufferedRegion
Table row buffered region.
|
class |
TableBufferedRegion
Table buffered region.
|
class |
TransformedBufferedDocument |
| Modifier and Type | Method and Description |
|---|---|
protected BufferedElement |
TransformedBufferedDocument.createElement(BufferedElement parent,
java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes) |
protected BufferedElement |
BufferedDocument.createElement(BufferedElement parent,
java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes)
Create an element instance.
|
BufferedElement |
BufferedElement.findChildAt(BufferedElement element,
java.lang.String name,
int index)
Returns the first child element of this element which match the given
name and null otherwise.
|
BufferedElement |
BufferedElement.findChildAt(java.lang.String name,
int index)
Returns the first child element of the given element which match the
given name and null otherwise.
|
BufferedElement |
BufferedElement.findFirstChild(BufferedElement element,
java.lang.String name)
Returns the first child element of this element which match the given
name and null otherwise.
|
BufferedElement |
BufferedElement.findFirstChild(java.lang.String name)
Returns the first child element of the given element which match the
given name and null otherwise.
|
BufferedElement |
BufferedElement.findParent(BufferedElement element,
java.lang.String name)
Returns the parent element of the given element which match the given
name.
|
BufferedElement |
BufferedElement.findParent(java.lang.String name)
Returns the parent element of this element which match the given name.
|
protected BufferedElement |
BufferedDocumentContentHandler.findParentElementInfo(BufferedElement elementInfo,
java.util.List<java.lang.String> names) |
protected BufferedElement |
BufferedDocumentContentHandler.findParentElementInfo(java.util.List<java.lang.String> names) |
BufferedElement |
BufferedDocumentContentHandler.getCurrentElement() |
BufferedElement |
BufferedDocument.getCurrentElement()
Returns the current element from the stack and null otherwise.
|
BufferedElement |
ISavable.getOwnerElement()
Returns the owner element.
|
BufferedElement |
BufferedRegionAdpater.getOwnerElement() |
BufferedElement |
BufferedElement.getOwnerElement()
Returns the owner element.
|
BufferedElement |
BufferedElement.getParent()
Returns the parent buffered element of this element.
|
BufferedElement |
BufferedDocument.onStartStartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes)
On start of Start element.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BufferedElement> |
BufferedElement.findChildren(BufferedElement element,
java.lang.String name)
Returns the children element of the given element which match the given
name.
|
java.util.List<BufferedElement> |
BufferedElement.findChildren(java.lang.String name)
Returns the children element of this element which match the given name.
|
| Modifier and Type | Method and Description |
|---|---|
protected BufferedElement |
TransformedBufferedDocument.createElement(BufferedElement parent,
java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes) |
protected BufferedElement |
BufferedDocument.createElement(BufferedElement parent,
java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes)
Create an element instance.
|
BufferedElement |
BufferedElement.findChildAt(BufferedElement element,
java.lang.String name,
int index)
Returns the first child element of this element which match the given
name and null otherwise.
|
java.util.List<BufferedElement> |
BufferedElement.findChildren(BufferedElement element,
java.lang.String name)
Returns the children element of the given element which match the given
name.
|
BufferedElement |
BufferedElement.findFirstChild(BufferedElement element,
java.lang.String name)
Returns the first child element of this element which match the given
name and null otherwise.
|
BufferedElement |
BufferedElement.findParent(BufferedElement element,
java.lang.String name)
Returns the parent element of the given element which match the given
name.
|
protected BufferedElement |
BufferedDocumentContentHandler.findParentElementInfo(BufferedElement elementInfo,
java.util.List<java.lang.String> names) |
void |
BufferedDocument.onEndStartElement(BufferedElement element,
java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes)
On end of Start element.
|
java.lang.String |
TransformedBufferedDocumentContentHandler.registerBufferedElement(long variableIndex,
BufferedElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferedElement.removeAll(java.util.Collection<BufferedElement> elements)
Remove the collection of element.
|
| Constructor and Description |
|---|
BufferedAttribute(BufferedElement ownerElement,
java.lang.String name,
java.lang.String value) |
BufferedElement(BufferedElement parent,
java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes) |
BufferedEndTagElement(BufferedElement parent) |
BufferedRegion(BufferedElement ownerElement,
IBufferedRegion parent) |
BufferedRegionAdpater(BufferedElement ownerElement,
IBufferedRegion parent) |
BufferedStartTagElement(BufferedElement parent) |
BufferedTagElement(BufferedElement ownerElement) |
RowBufferedRegion(BufferedElement parent,
java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes) |
StringBufferedRegion(BufferedElement ownerElement,
IBufferedRegion parent) |
TableBufferedRegion(BufferedElement parent,
java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
BufferedElement |
AbstractDocumentHandler.getParent() |
| Constructor and Description |
|---|
AbstractDocumentHandler(BufferedElement parent,
IContext context,
java.lang.String entryName) |
Copyright © 2024. All Rights Reserved.