|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.ProcessingInstructionImpl
public class ProcessingInstructionImpl
| Constructor Summary | |
|---|---|
ProcessingInstructionImpl(org.dom4j.ProcessingInstruction processingInstruction)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getTarget()
|
java.lang.String |
getText()
|
java.lang.String |
getValue(java.lang.String name)
|
java.util.Map<java.lang.String,java.lang.String> |
getValues()
|
org.dom4j.ProcessingInstruction |
getWrappedProcessingInstruction()
|
int |
hashCode()
|
boolean |
removeValue(java.lang.String name)
|
void |
setTarget(java.lang.String target)
|
void |
setValue(java.lang.String name,
java.lang.String value)
|
void |
setValues(java.util.Map<java.lang.String,java.lang.String> data)
|
| Methods inherited from class com.liferay.portal.xml.NodeImpl |
|---|
asXML, asXPathResult, detach, getDocument, getName, getParent, getPath, getPath, getStringValue, getUniquePath, getUniquePath, getWrappedNode, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, write |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.xml.Node |
|---|
asXML, asXPathResult, detach, getDocument, getName, getParent, getPath, getPath, getStringValue, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, write |
| Constructor Detail |
|---|
public ProcessingInstructionImpl(org.dom4j.ProcessingInstruction processingInstruction)
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class NodeImplpublic java.lang.String getTarget()
getTarget in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic java.lang.String getText()
getText in interface com.liferay.portal.kernel.xml.NodegetText in interface com.liferay.portal.kernel.xml.ProcessingInstructiongetText in class NodeImplpublic java.lang.String getValue(java.lang.String name)
getValue in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic java.util.Map<java.lang.String,java.lang.String> getValues()
getValues in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic org.dom4j.ProcessingInstruction getWrappedProcessingInstruction()
public int hashCode()
hashCode in class NodeImplpublic boolean removeValue(java.lang.String name)
removeValue in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic void setTarget(java.lang.String target)
setTarget in interface com.liferay.portal.kernel.xml.ProcessingInstruction
public void setValue(java.lang.String name,
java.lang.String value)
setValue in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic void setValues(java.util.Map<java.lang.String,java.lang.String> data)
setValues in interface com.liferay.portal.kernel.xml.ProcessingInstruction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||