public class ObjectContainer extends SignatureElementProxy
<ds:Object>
elements
Object Element
supply facility which can contain any kind data
baseURI, constructionElement, doc, log
Constructor and Description |
---|
ObjectContainer(org.w3c.dom.Document doc)
Constructs
ObjectContainer |
ObjectContainer(org.w3c.dom.Element element,
java.lang.String baseURI)
Constructs
ObjectContainer from Element |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node node)
Adds child Node
|
java.lang.String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class.
|
java.lang.String |
getEncoding()
Returns the
Encoding attribute |
java.lang.String |
getId()
Returns the
Id attribute |
java.lang.String |
getMimeType()
Returns the
MimeType attribute |
void |
setEncoding(java.lang.String Encoding)
Sets the
Encoding attribute |
void |
setId(java.lang.String Id)
Sets the
Id attribute |
void |
setMimeType(java.lang.String MimeType)
Sets the
MimeType attribute |
getBaseNamespace
addBase64Element, addBase64Text, addBigIntegerElement, addText, addTextElement, createElementForFamily, createElementForFamilyLocal, getBaseURI, getBigIntegerFromChildElement, getBytesFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setElement, setXPathNamespaceContext
public ObjectContainer(org.w3c.dom.Document doc)
ObjectContainer
doc
- the Document
in which Object
element is placedpublic ObjectContainer(org.w3c.dom.Element element, java.lang.String baseURI) throws XMLSecurityException
ObjectContainer
from Element
element
- is Object
elementbaseURI
- the URI of the resource where the XML instance was storedXMLSecurityException
public void setId(java.lang.String Id)
Id
attributeId
- Id
attributepublic java.lang.String getId()
Id
attributeId
attributepublic void setMimeType(java.lang.String MimeType)
MimeType
attributeMimeType
- the MimeType
attributepublic java.lang.String getMimeType()
MimeType
attributeMimeType
attributepublic void setEncoding(java.lang.String Encoding)
Encoding
attributeEncoding
- the Encoding
attributepublic java.lang.String getEncoding()
Encoding
attributeEncoding
attributepublic org.w3c.dom.Node appendChild(org.w3c.dom.Node node)
node
- child Nodepublic java.lang.String getBaseLocalName()
ElementProxy
getBaseLocalName
in class ElementProxy