public class ProcessingInstructionImpl extends NodeImpl implements com.liferay.portal.kernel.xml.ProcessingInstruction
Constructor and Description |
---|
ProcessingInstructionImpl(org.dom4j.ProcessingInstruction processingInstruction) |
Modifier and Type | Method and Description |
---|---|
<T,V extends com.liferay.portal.kernel.xml.Visitor<T>> |
accept(V visitor) |
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) |
java.lang.String |
toString() |
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public ProcessingInstructionImpl(org.dom4j.ProcessingInstruction processingInstruction)
public <T,V extends com.liferay.portal.kernel.xml.Visitor<T>> T accept(V visitor)
public java.lang.String getTarget()
getTarget
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
public java.lang.String getText()
public java.lang.String getValue(java.lang.String name)
getValue
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
public java.util.Map<java.lang.String,java.lang.String> getValues()
getValues
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
public org.dom4j.ProcessingInstruction getWrappedProcessingInstruction()
public boolean removeValue(java.lang.String name)
removeValue
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
public 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.ProcessingInstruction
public void setValues(java.util.Map<java.lang.String,java.lang.String> data)
setValues
in interface com.liferay.portal.kernel.xml.ProcessingInstruction