public class ObjectContainer extends SignatureElementProxy
<ds:Object>
elements
Object
Element
supply facility which can contain any kind data
$todo$ if we remove childen, the boolean values are not updatedbaseURI, LOG
Constructor and Description |
---|
ObjectContainer(Document doc)
Constructs
ObjectContainer |
ObjectContainer(Element element,
String baseURI)
Constructs
ObjectContainer from Element |
Modifier and Type | Method and Description |
---|---|
Node |
appendChild(Node node)
Adds child Node
|
String |
getBaseLocalName()
Returns the localname of the Elements of the sub-class.
|
String |
getEncoding()
Returns the
Encoding attribute |
String |
getId()
Returns the
Id attribute |
String |
getMimeType()
Returns the
MimeType attribute |
void |
setEncoding(String Encoding)
Sets the
Encoding attribute |
void |
setId(String Id)
Sets the
Id attribute |
void |
setMimeType(String MimeType)
Sets the
MimeType attribute |
getBaseNamespace
addBase64Element, addBase64Text, addBigIntegerElement, addReturnToSelf, addText, addTextElement, appendOther, appendSelf, appendSelf, createElementForFamily, createElementForFamilyLocal, createText, getBaseURI, getBigIntegerFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getFirstChild, getLocalAttribute, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setDocument, setElement, setElement, setLocalAttribute, setLocalIdAttribute, setXPathNamespaceContext
public ObjectContainer(Document doc)
ObjectContainer
doc
- the Document
in which Object
element is placedpublic ObjectContainer(Element element, 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(String Id)
Id
attributeId
- Id
attributepublic String getId()
Id
attributeId
attributepublic void setMimeType(String MimeType)
MimeType
attributeMimeType
- the MimeType
attributepublic String getMimeType()
MimeType
attributeMimeType
attributepublic void setEncoding(String Encoding)
Encoding
attributeEncoding
- the Encoding
attributepublic String getEncoding()
Encoding
attributeEncoding
attributepublic Node appendChild(Node node)
node
- child Nodepublic String getBaseLocalName()
getBaseLocalName
in class ElementProxy
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.