public class FallbackProp extends java.lang.Object implements IPropertyValue
Modifier and Type | Field and Description |
---|---|
javax.xml.namespace.QName |
qname |
Constructor and Description |
---|
FallbackProp(javax.xml.namespace.QName qname) |
Modifier and Type | Method and Description |
---|---|
void |
appendValue(org.w3c.dom.Element parent) |
void |
expand(LoggedCore lc,
DavResource dr,
java.util.List<Property> scope) |
void |
fetch(LoggedCore lc,
DavResource dr) |
javax.xml.namespace.QName |
getName() |
void |
set(LoggedCore lc,
DavResource dr,
org.w3c.dom.Element value) |
public void set(LoggedCore lc, DavResource dr, org.w3c.dom.Element value) throws java.lang.Exception
set
in interface IPropertyValue
java.lang.Exception
public javax.xml.namespace.QName getName()
getName
in interface IPropertyValue
public void fetch(LoggedCore lc, DavResource dr) throws java.lang.Exception
fetch
in interface IPropertyValue
java.lang.Exception
public void expand(LoggedCore lc, DavResource dr, java.util.List<Property> scope) throws java.lang.Exception
expand
in interface IPropertyValue
java.lang.Exception
public void appendValue(org.w3c.dom.Element parent)
appendValue
in interface IPropertyValue
Copyright © 2024. All Rights Reserved.