|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IitsTagElement | |
---|---|
de.init.its.api.ds | |
de.init.its.api.spi | |
de.init.its.ds | |
de.init.its.process | |
de.init.its.process.re | |
de.init.its.spi | |
de.init.uno.text |
Uses of IitsTagElement in de.init.its.api.ds |
---|
Methods in de.init.its.api.ds that return IitsTagElement | |
---|---|
IitsTagElement |
IitsTagElement.getLastChild()
returns the last inserted child from this element |
IitsTagElement |
IitsTagElement.getNextChild()
returns the next IitsTagElement |
IitsTagElement |
IitsTagElement.getParentElement()
returns the parent element |
Methods in de.init.its.api.ds that return types with arguments of type IitsTagElement | |
---|---|
java.util.List<IitsTagElement> |
IitsTagElement.getChildren()
Returns all child its tag elements, if any |
Methods in de.init.its.api.ds with parameters of type IitsTagElement | |
---|---|
void |
IitsTagElement.addChild(IitsTagElement element)
Adds an IITagsElement to this element |
void |
IitsTagElement.removeChild(IitsTagElement child)
Removes a child from this branch. |
void |
IitsTagElement.setParentElement(IitsTagElement e)
Sets the ItsTageElements parent |
Uses of IitsTagElement in de.init.its.api.spi |
---|
Methods in de.init.its.api.spi that return IitsTagElement | |
---|---|
IitsTagElement |
IitsElementManager.findById(IitsId id)
Returns an IitsTagElement with a given id |
IitsTagElement |
IitsElementManager.findById(java.lang.String id)
Returns an IitsTagElement with a given id |
IitsTagElement |
IitsElementManager.getItsElement(java.lang.String id)
returns an ITS tag element with its id |
IitsTagElement |
IitsElementManager.insert(IitsId id,
ItsAttributes dcname,
java.lang.String dcvalue)
Inserts an ITS Local Attribute into a document hierarchy using a parent element for nested data categories |
IitsTagElement |
IitsElementManager.insert(ItsAttributes attrib,
java.lang.String... params)
Inserts an ITS Local Attribute into a document hiearchy |
IitsTagElement |
IitsElementManager.insert(java.util.Map<ItsAttributes,java.util.List<java.lang.String>> values)
Inserts a new IitsTagElement using the provided values |
IitsTagElement |
IitsElementManager.insert(java.lang.String dcname,
java.lang.String dcvalue)
Inserts an ITS Local Attribute into a document hierarchy |
IitsTagElement |
IitsElementManager.insert(java.lang.String id,
java.lang.String dcname,
java.lang.String dcvalue)
Inserts an ITS Local Attribute into a document hierarchy using a parent element for nested data categories |
IitsTagElement |
IitsElementManager.remove(java.lang.String id)
Removes an IitsTagElement . |
Methods in de.init.its.api.spi that return types with arguments of type IitsTagElement | |
---|---|
java.util.List<IitsTagElement> |
IitsElementManager.findAll()
Returns all managed IitsTagElement |
java.util.List<IitsTagElement> |
IitsElementManager.findByAttribute(IitsAttribute attribute)
returns all its tag elements, that match a certain ITS attribute |
java.util.List<IitsTagElement> |
IitsElementManager.findByAttributeName(java.lang.String attributeName)
Returns all Its Tag Elements, that match a certain attribute name |
Uses of IitsTagElement in de.init.its.ds |
---|
Classes in de.init.its.ds that implement IitsTagElement | |
---|---|
class |
ItsTagElement
This class represents an ITS node. |
Methods in de.init.its.ds that return IitsTagElement | |
---|---|
IitsTagElement |
ItsTagElement.getLastChild()
|
IitsTagElement |
ItsTagElement.getNextChild()
|
IitsTagElement |
ItsTagElement.getParentElement()
|
IitsTagElement |
ItsDocument.getRoot()
Returns the root its element |
Methods in de.init.its.ds that return types with arguments of type IitsTagElement | |
---|---|
java.util.List<IitsTagElement> |
ItsTagElement.getChildren()
|
Methods in de.init.its.ds with parameters of type IitsTagElement | |
---|---|
void |
ItsTagElement.addChild(IitsTagElement element)
|
void |
ItsTagElement.removeChild(IitsTagElement child)
|
void |
ItsTagElement.setParentElement(IitsTagElement e)
|
void |
ItsDocument.setRoot(IitsTagElement root)
Sets the its root element |
Constructors in de.init.its.ds with parameters of type IitsTagElement | |
---|---|
ItsDocument(IitsTagElement root)
constructs a new its document using an existing its root element |
Uses of IitsTagElement in de.init.its.process |
---|
Methods in de.init.its.process with parameters of type IitsTagElement | |
---|---|
java.lang.String |
ItsStyleProcessor.getStyleId(IitsTagElement element)
Returns the style id for an IitsTagElement |
Uses of IitsTagElement in de.init.its.process.re |
---|
Methods in de.init.its.process.re with parameters of type IitsTagElement | |
---|---|
Element |
ItsProcessor.ForwardHandler.createElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes,
IitsTagElement e)
Creates an element |
protected void |
ItsProcessor.BackwardHandler.putItsElement(IitsTagElement parent,
java.util.Map<java.lang.String,java.lang.String> map)
Creates a new its element preserving the hierarchical structure |
Uses of IitsTagElement in de.init.its.spi |
---|
Methods in de.init.its.spi that return IitsTagElement | |
---|---|
IitsTagElement |
ItsElementManager.findById(IitsId id)
|
IitsTagElement |
ItsElementManager.findById(java.lang.String id)
|
IitsTagElement |
ItsElementManager.getItsElement(java.lang.String id)
|
IitsTagElement |
ItsElementManager.insert(IitsId id,
ItsAttributes dcname,
java.lang.String dcvalue)
|
IitsTagElement |
ItsElementManager.insert(ItsAttributes attrib,
java.lang.String... params)
|
IitsTagElement |
ItsElementManager.insert(java.util.Map<ItsAttributes,java.util.List<java.lang.String>> values)
|
IitsTagElement |
ItsElementManager.insert(java.lang.String dcname,
java.lang.String dcvalue)
|
IitsTagElement |
ItsElementManager.insert(java.lang.String id,
java.lang.String dcname,
java.lang.String dcvalue)
|
IitsTagElement |
ItsElementManager.remove(java.lang.String id)
|
Methods in de.init.its.spi that return types with arguments of type IitsTagElement | |
---|---|
java.util.List<IitsTagElement> |
ItsElementManager.findAll()
|
java.util.List<IitsTagElement> |
ItsElementManager.findByAttribute(IitsAttribute attribute)
|
java.util.List<IitsTagElement> |
ItsElementManager.findByAttributeName(java.lang.String attributeName)
|
Method parameters in de.init.its.spi with type arguments of type IitsTagElement | |
---|---|
void |
ItsElementManager.ItsTagElementIterator.iterate(ItsDocument doc,
ItsElementManager.ItsTagElementIterator.Executor<IitsTagElement> exec,
java.util.List<IitsTagElement> list)
Iterates over an IitsTagElement tree using an executor |
void |
ItsElementManager.ItsTagElementIterator.iterate(ItsDocument doc,
ItsElementManager.ItsTagElementIterator.Executor<IitsTagElement> exec,
java.util.List<IitsTagElement> list)
Iterates over an IitsTagElement tree using an executor |
Uses of IitsTagElement in de.init.uno.text |
---|
Methods in de.init.uno.text that return IitsTagElement | |
---|---|
IitsTagElement |
MarkupService.findBookmark(com.sun.star.uno.XComponentContext context,
com.sun.star.frame.XFrame frame)
returns the innermost bookmark from a selection as an ItsTagElement or
an empty ItsTagElement , if no bookmark can be found |
Methods in de.init.uno.text with parameters of type IitsTagElement | |
---|---|
void |
MarkupService.insertBookmark(com.sun.star.uno.XComponentContext xContext,
com.sun.star.frame.XFrame xframe,
boolean update,
ItsAttributes.DataCategories datacategory,
IitsTagElement element)
Inserts a Bookmark |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |