|
Project JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LiteXMLElement.tagRange | |
---|---|
net.jxta.impl.document |
Uses of LiteXMLElement.tagRange in net.jxta.impl.document |
---|
Fields in net.jxta.impl.document declared as LiteXMLElement.tagRange | |
---|---|
protected LiteXMLElement.tagRange |
LiteXMLElement.loc
The portion of the source XML associated with this node |
Methods in net.jxta.impl.document that return LiteXMLElement.tagRange | |
---|---|
protected LiteXMLElement.tagRange |
LiteXMLElement.getAttributeLoc(String name,
LiteXMLElement.charRange inRange)
Returns the tagRange of the next attribute contained in the range provided. |
protected LiteXMLElement.tagRange |
LiteXMLElement.getTagRanges(StringBuffer source,
String tag,
LiteXMLElement.charRange range)
Given a source string, an optional tag and a range with in the source find either the tag specified or the next tag. |
Methods in net.jxta.impl.document with parameters of type LiteXMLElement.tagRange | |
---|---|
boolean |
LiteXMLElement.charRange.contains(LiteXMLElement.tagRange someRange)
Returns true if the tagRange specified by someRange is
contained within this range. |
boolean |
LiteXMLElement.tagRange.contains(LiteXMLElement.tagRange someRange)
Returns true if the tagRange specified by someRange is
contained within the body portion of this range. |
protected TextElement |
LiteXMLDocument.createElement(LiteXMLElement.tagRange loc)
Create a new text element as a sub-range of this document. |
Constructors in net.jxta.impl.document with parameters of type LiteXMLElement.tagRange | |
---|---|
LiteXMLElement(LiteXMLDocument doc,
LiteXMLElement.tagRange loc)
Creates new LiteXMLElement |
|
JXTA J2SE | |||||||||
PREV NEXT | FRAMES NO FRAMES |