|
Liferay 7.0-ga1 portal-impl | |||||||||
| 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 | ||
|---|---|---|
|
accept(V visitor)
|
|
boolean |
equals(Object obj)
|
|
String |
getTarget()
|
|
String |
getText()
|
|
String |
getValue(String name)
|
|
Map<String,String> |
getValues()
|
|
org.dom4j.ProcessingInstruction |
getWrappedProcessingInstruction()
|
|
int |
hashCode()
|
|
boolean |
removeValue(String name)
|
|
void |
setTarget(String target)
|
|
void |
setValue(String name,
String value)
|
|
void |
setValues(Map<String,String> data)
|
|
String |
toString()
|
|
| Methods inherited from class com.liferay.portal.xml.NodeImpl |
|---|
asXML, asXPathResult, compactString, detach, formattedString, formattedString, formattedString, formattedString, 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, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.xml.Node |
|---|
asXML, asXPathResult, compactString, detach, formattedString, formattedString, formattedString, formattedString, 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 <T,V extends com.liferay.portal.kernel.xml.Visitor<T>> T accept(V visitor)
accept in interface com.liferay.portal.kernel.xml.Nodeaccept in class NodeImplpublic boolean equals(Object obj)
equals in class NodeImplpublic String getTarget()
getTarget in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic String getText()
getText in interface com.liferay.portal.kernel.xml.NodegetText in interface com.liferay.portal.kernel.xml.ProcessingInstructiongetText in class NodeImplpublic String getValue(String name)
getValue in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic Map<String,String> getValues()
getValues in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic org.dom4j.ProcessingInstruction getWrappedProcessingInstruction()
public int hashCode()
hashCode in class NodeImplpublic boolean removeValue(String name)
removeValue in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic void setTarget(String target)
setTarget in interface com.liferay.portal.kernel.xml.ProcessingInstruction
public void setValue(String name,
String value)
setValue in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic void setValues(Map<String,String> data)
setValues in interface com.liferay.portal.kernel.xml.ProcessingInstructionpublic String toString()
toString in class NodeImpl
|
Liferay 7.0-ga1 portal-impl | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||