|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smallx.xml.infoset.memory.MemoryItem
com.smallx.xml.infoset.memory.MemoryTextDataItem
com.smallx.xml.infoset.memory.MemoryProcessingInstruction
Field Summary |
Fields inherited from class com.smallx.xml.infoset.memory.MemoryItem |
infoset, origin, ranking |
Fields inherited from interface com.smallx.xml.infoset.ProcessingInstruction |
TYPE |
Fields inherited from interface com.smallx.xml.infoset.Item |
ANCESTOR_AXIS, ANCESTOR_OR_SELF_AXIS, ATTRIBUTE, ATTRIBUTE_AXIS, CHARACTERS, CHILD_AXIS, COMMENT, DESCENDANT_AXIS, DESCENDANT_OR_SELF_AXIS, DOCUMENT, DOCUMENT_END, ELEMENT, ELEMENT_END, FOLLOWING_AXIS, FOLLOWING_SIBLING_AXIS, N_TYPES, NAMESPACE, NAMESPACE_AXIS, PARENT_AXIS, PRECEDING_AXIS, PRECEDING_SIBLING_AXIS, PROCESSING_INSTRUCTION, SELF_AXIS |
Constructor Summary | |
MemoryProcessingInstruction(Infoset infoset,
Parent origin,
Name name,
java.lang.String textValue)
Creates a new instance of MemoryProcessingInstruction |
Method Summary | |
java.lang.Object |
clone()
|
int |
getColumn()
|
Child |
getFollowingSibling()
Returns the following sibling of this node. |
java.util.Iterator |
getFollowingSiblings()
|
int |
getLine()
|
Name |
getName()
Return the name of the object. |
Parent |
getParent()
Returns the origin of this node. |
Child |
getPrecedingSibling()
Returns the preceeding sibling to this node. |
java.util.Iterator |
getPrecedingSiblings()
|
byte |
getType()
Returns the type of type node. |
void |
setColumn(int column)
|
protected void |
setIndex(int i)
|
void |
setLine(int line)
|
void |
setName(Name name)
Sets the name of the object. |
void |
setName(java.lang.String localName)
Sets the name of the object. |
void |
setName(java.net.URI namespaceName,
java.lang.String localName)
Sets the name of the object. |
Methods inherited from class com.smallx.xml.infoset.memory.MemoryTextDataItem |
getNormalizedText, getText, getTypedValue, setText, setTypedValue |
Methods inherited from class com.smallx.xml.infoset.memory.MemoryItem |
compareTo, getAxis, getDocument, getGeneratedId, getInfoset, getOrigin, setRank |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.smallx.xml.infoset.Child |
compareTo, getDocument |
Methods inherited from interface com.smallx.xml.infoset.Item |
getAxis, getGeneratedId, getInfoset, getOrigin |
Methods inherited from interface com.smallx.xml.infoset.Text |
getNormalizedText, getText, setText |
Constructor Detail |
public MemoryProcessingInstruction(Infoset infoset, Parent origin, Name name, java.lang.String textValue)
Method Detail |
public byte getType()
Item
getType
in interface Item
protected void setIndex(int i)
setIndex
in class MemoryItem
public int getColumn()
public int getLine()
public void setColumn(int column)
public void setLine(int line)
public Name getName()
Named
getName
in interface Named
public void setName(Name name)
Named
setName
in interface Named
name
- The name to set.public void setName(java.lang.String localName)
Named
setName
in interface Named
localName
- The local name to use and the namespace name is assumed to be URI.NO_NAMESPACEpublic void setName(java.net.URI namespaceName, java.lang.String localName)
Named
setName
in interface Named
namespaceName
- The namespace name to use.localName
- The local name to use.public Parent getParent()
Child
getParent
in interface Child
public Child getFollowingSibling()
Child
getFollowingSibling
in interface Child
public Child getPrecedingSibling()
Child
getPrecedingSibling
in interface Child
public java.util.Iterator getFollowingSiblings()
getFollowingSiblings
in interface Child
public java.util.Iterator getPrecedingSiblings()
getPrecedingSiblings
in interface Child
public java.lang.Object clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |